wip naming
This commit is contained in:
parent
aced9114cc
commit
a18ef0c6c6
|
|
@ -26,12 +26,12 @@ class WebSocketsServiceProvider extends ServiceProvider
|
||||||
], 'config');
|
], 'config');
|
||||||
|
|
||||||
$this->publishes([
|
$this->publishes([
|
||||||
__DIR__.'/../database/migrations/create_websockets_statistics_entries_table.php.stub' => database_path('migrations/'.'000000_create_websockets_statistics_entries_table.php'),
|
__DIR__.'/../database/migrations/create_websockets_statistics_entries_table.php.stub' => database_path('migrations/0000_00_00_000000_create_websockets_statistics_entries_table.php'),
|
||||||
], 'migrations');
|
], 'migrations');
|
||||||
|
|
||||||
$this
|
$this
|
||||||
->registerRoutes()
|
->registerRoutes()
|
||||||
->registerDashboardGate();
|
->registerDashboardGate();
|
||||||
|
|
||||||
$this->loadViewsFrom(__DIR__.'/../resources/views/', 'websockets');
|
$this->loadViewsFrom(__DIR__.'/../resources/views/', 'websockets');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue