notifications ready fx2

This commit is contained in:
merdan 2022-11-21 09:58:24 +05:00
parent 50fe77a242
commit d2a1851613
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'),
],'admin');
$this->publishes([ __DIR__ . '/../Config/push.php','config/push.php'],'sarga_config');
$this->publishes([ __DIR__ . '/../Config/push.php' => resource_path('config/push.php')],'sarga_config');
$this->app->register(EventServiceProvider::class);