This commit is contained in:
2021-03-29 16:27:12 +08:00
parent c1d37ce826
commit 4442397aa9
10 changed files with 25 additions and 16 deletions
+2 -1
View File
@@ -4,6 +4,7 @@
namespace Annotation;
use Database\InjectProperty;
use DirectoryIterator;
use Exception;
use Snowflake\Abstracts\Component;
@@ -20,7 +21,7 @@ class Annotation extends Component
private Loader $_loader;
public function init(): void
#[Aspect(InjectProperty::class)] public function init(): void
{
$this->_loader = new Loader();
}