notifications ready fx2

This commit is contained in:
merdan 2022-11-21 10:01:37 +05:00
parent d2a1851613
commit a2a75f2093
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class AdminServiceProvider extends ServiceProvider
__DIR__ . '/../Resources/views/customers/edit.blade.php' => resource_path('views/vendor/admin/customers/edit.blade.php'), __DIR__ . '/../Resources/views/customers/edit.blade.php' => resource_path('views/vendor/admin/customers/edit.blade.php'),
],'admin'); ],'admin');
$this->publishes([ __DIR__ . '/../Config/push.php' => resource_path('config/push.php')],'sarga_config'); $this->publishes([ __DIR__ . '/../Config/push.php' => config_path('push.php')],'sarga_config');
$this->app->register(EventServiceProvider::class); $this->app->register(EventServiceProvider::class);