Skip to content

Commit

Permalink
add WarnDynamicPropertyTrait to scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Oct 3, 2021
1 parent 1d409da commit 92b7b12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Model/Scope/AbstractScope.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

use Atk4\Core\InitializerTrait;
use Atk4\Core\TrackableTrait;
use Atk4\Core\WarnDynamicPropertyTrait;
use Atk4\Data\Exception;
use Atk4\Data\Model;

Expand All @@ -18,6 +19,7 @@ abstract class AbstractScope
init as _init;
}
use TrackableTrait;
use WarnDynamicPropertyTrait;

/**
* Method is executed when the scope is added to parent scope using Scope::add().
Expand Down

0 comments on commit 92b7b12

Please sign in to comment.