Update WebSocketsServiceProvider.php

Add missing ;.
This commit is contained in:
robindrost 2020-08-12 12:27:04 +02:00 committed by GitHub
parent 8285f6da17
commit c735e70009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ use BeyondCode\LaravelWebSockets\WebSockets\Channels\ChannelManagers\ArrayChanne
use Illuminate\Support\Facades\Gate;
use Illuminate\Support\Facades\Route;
use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Facades\Schema
use Illuminate\Support\Facades\Schema;
class WebSocketsServiceProvider extends ServiceProvider
{