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

Commit 5b11224

Browse files
authored
Update WebSocketsServiceProvider.php
Add missing {
1 parent c735e70 commit 5b11224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebSocketsServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function boot()
2626
__DIR__.'/../config/websockets.php' => base_path('config/websockets.php'),
2727
], 'config');
2828

29-
if (!Schema::hasTable('websockets_statistics_entries'))
29+
if (!Schema::hasTable('websockets_statistics_entries')) {
3030
$this->publishes([
3131
__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'),
3232
], 'migrations');

0 commit comments

Comments
 (0)