wip naming

This commit is contained in:
rennokki 2020-08-13 19:35:37 +03:00 committed by GitHub
parent aced9114cc
commit a18ef0c6c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -26,12 +26,12 @@ class WebSocketsServiceProvider extends ServiceProvider
], 'config');
$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');
$this
->registerRoutes()
->registerDashboardGate();
->registerRoutes()
->registerDashboardGate();
$this->loadViewsFrom(__DIR__.'/../resources/views/', 'websockets');