Apply fixes from StyleCI (#5100)

This commit is contained in:
Dries Vints
2019-09-10 17:26:00 +02:00
committed by Taylor Otwell
parent 79fb6af96e
commit e656932002
15 changed files with 21 additions and 21 deletions

View File

@@ -2,8 +2,8 @@
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Facades\Broadcast;
use Illuminate\Support\ServiceProvider;
class BroadcastServiceProvider extends ServiceProvider
{