mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
fixed comment
This commit is contained in:
parent
d54c746906
commit
ea959b25d1
@ -3,7 +3,7 @@
|
|||||||
use Anomaly\SettingsModule\Setting\Form\SettingFormRepository;
|
use Anomaly\SettingsModule\Setting\Form\SettingFormRepository;
|
||||||
use Anomaly\Streams\Platform\Ui\Form\Event\FormWasSaved;
|
use Anomaly\Streams\Platform\Ui\Form\Event\FormWasSaved;
|
||||||
|
|
||||||
class RunForSavedForm
|
class EnableMaintenanceMode
|
||||||
{
|
{
|
||||||
|
|
||||||
public function handle(FormWasSaved $event)
|
public function handle(FormWasSaved $event)
|
||||||
@ -18,7 +18,7 @@ return [
|
|||||||
\App\Listeners\Translations::class
|
\App\Listeners\Translations::class
|
||||||
],
|
],
|
||||||
\Anomaly\Streams\Platform\Ui\Form\Event\FormWasSaved::class => [
|
\Anomaly\Streams\Platform\Ui\Form\Event\FormWasSaved::class => [
|
||||||
\App\Listeners\RunForSavedForm::class
|
\App\Listeners\EnableMaintenanceMode::class
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user