fix event dispatcher and call the storage service

This commit is contained in:
Khoubza Younes
2020-12-06 04:03:14 +01:00
parent a15a481a9f
commit 71b7908f92
31 changed files with 407 additions and 110 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
namespace Flasher\Prime\Tests\Producer;
namespace Flasher\Prime\Tests\Factory;
use Flasher\Prime\EventDispatcher\Event\BeforeFilter;
use Flasher\Prime\EventDispatcher\EventDispatcher;