notifications ready fx2
This commit is contained in:
parent
50fe77a242
commit
d2a1851613
|
|
@ -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','config/push.php'],'sarga_config');
|
$this->publishes([ __DIR__ . '/../Config/push.php' => resource_path('config/push.php')],'sarga_config');
|
||||||
|
|
||||||
$this->app->register(EventServiceProvider::class);
|
$this->app->register(EventServiceProvider::class);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue