Skip to content

Commit

Permalink
Add AllowDynamicProperties to Opauth and OpauthStrategy classes
Browse files Browse the repository at this point in the history
  • Loading branch information
erleibiazzio authored Nov 22, 2023
1 parent 3f97901 commit b615e43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/Opauth/Opauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*
* @package Opauth
*/
#[\AllowDynamicProperties]
class Opauth {
/**
* User configurable settings
Expand Down
1 change: 1 addition & 0 deletions lib/Opauth/OpauthStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*
* @package Opauth.Strategy
*/
#[\AllowDynamicProperties]
class OpauthStrategy {

/**
Expand Down

0 comments on commit b615e43

Please sign in to comment.