mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
fix translation overwrite
This commit is contained in:
parent
97f5812fae
commit
803d8fcee3
@ -15,7 +15,7 @@ return [
|
|||||||
|
|
||||||
'listeners' => [
|
'listeners' => [
|
||||||
\Anomaly\Streams\Platform\Event\Booted::class => [
|
\Anomaly\Streams\Platform\Event\Booted::class => [
|
||||||
// \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\EnableMaintenanceMode::class
|
\App\Listeners\EnableMaintenanceMode::class
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user