This commit is contained in:
parent
a709d15624
commit
7f0b6cd3c2
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ See the example below.
|
|||
namespace App\EventSubscriber;
|
||||
|
||||
use App\Core\Event\Setting\SettingEvent;
|
||||
use App\Core\EventSuscriber\SettingEventSubscriber as EventSubscriber;
|
||||
use App\Core\EventSubscriber\SettingEventSubscriber as EventSubscriber;
|
||||
use App\Core\Setting\SettingManager;
|
||||
use Symfony\Component\Form\Extension\Core\Type\CheckboxType;
|
||||
use Symfony\Component\Form\Extension\Core\Type\ColorType;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ See the example below.
|
|||
namespace App\EventSubscriber;
|
||||
|
||||
use App\Core\Event\Setting\NavigationSettingEvent;
|
||||
use App\Core\EventSuscriber\NavigationSettingEventSubscriber as EventSubscriber;
|
||||
use App\Core\EventSubscriber\NavigationSettingEventSubscriber as EventSubscriber;
|
||||
use App\Core\Setting\NavigationSettingManager;
|
||||
use Symfony\Component\Form\Extension\Core\Type\TextType;
|
||||
use Symfony\Component\Form\Extension\Core\Type\EmailType;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue