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

Commit d2feddd

Browse files
author
Chaitali Sakhale
committed
StyleCI fixed again
1 parent 94f24be commit d2feddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/WebSocketsServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ public function boot()
3030
try {
3131
if (! Schema::hasTable('websockets_statistics_entries')) {
3232
$this->publishes([
33-
__DIR__.'/../database/migrations/create_websockets_statistics_entries_table.php.stub' => database_path('migrations/'.date('Y_m_d_His', time()).'_create_websockets_statistics_entries_table.php'),
34-
], 'migrations');
33+
__DIR__.'/../database/migrations/create_websockets_statistics_entries_table.php.stub' => database_path('migrations/'.date('Y_m_d_His', time()).'_create_websockets_statistics_entries_table.php'),
34+
], 'migrations');
3535
}
3636

3737
$this

0 commit comments

Comments
 (0)