Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit a18ef0c

Browse files
authored
wip naming
1 parent aced911 commit a18ef0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/WebSocketsServiceProvider.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ public function boot()
2626
], 'config');
2727

2828
$this->publishes([
29-
__DIR__.'/../database/migrations/create_websockets_statistics_entries_table.php.stub' => database_path('migrations/'.'000000_create_websockets_statistics_entries_table.php'),
29+
__DIR__.'/../database/migrations/create_websockets_statistics_entries_table.php.stub' => database_path('migrations/0000_00_00_000000_create_websockets_statistics_entries_table.php'),
3030
], 'migrations');
3131

3232
$this
33-
->registerRoutes()
34-
->registerDashboardGate();
33+
->registerRoutes()
34+
->registerDashboardGate();
3535

3636
$this->loadViewsFrom(__DIR__.'/../resources/views/', 'websockets');
3737

0 commit comments

Comments
 (0)