fixed comment

This commit is contained in:
vedatakdogan 2020-12-24 12:13:07 +03:00
parent d54c746906
commit ea959b25d1
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
use Anomaly\SettingsModule\Setting\Form\SettingFormRepository;
use Anomaly\Streams\Platform\Ui\Form\Event\FormWasSaved;
class RunForSavedForm
class EnableMaintenanceMode
{
public function handle(FormWasSaved $event)

View File

@ -18,7 +18,7 @@ return [
\App\Listeners\Translations::class
],
\Anomaly\Streams\Platform\Ui\Form\Event\FormWasSaved::class => [
\App\Listeners\RunForSavedForm::class
\App\Listeners\EnableMaintenanceMode::class
],
],