Skip to content

Commit

Permalink
use AllowDynamicProperties on CachedAspectLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Feb 10, 2024
1 parent 869549e commit 5f5dd7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Core/CachedAspectLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

namespace Go\Core;

use AllowDynamicProperties;
use RuntimeException;
use Go\Aop\Advisor;
use Go\Aop\Aspect;
Expand All @@ -23,6 +24,7 @@
*
* @property AspectLoader $loader
*/
#[AllowDynamicProperties]
class CachedAspectLoader extends AspectLoader
{
/**
Expand Down

0 comments on commit 5f5dd7d

Please sign in to comment.