Skip to content

Commit

Permalink
allow creating untyped public properties dynamically
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Sep 21, 2023
1 parent 14e772b commit b8dfa2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/zonedirectory.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/**
* Class for reading/writing to the list of Zone objects in the database.
*/
#[AllowDynamicProperties]
class ZoneDirectory extends DBDirectory {
/**
* PowerDNS communication object
Expand Down

0 comments on commit b8dfa2d

Please sign in to comment.