mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-18 18:54:07 +00:00
Setup pint & run code style fix
This commit is contained in:
@@ -15,7 +15,7 @@ class BroadcastServiceProvider extends ServiceProvider
|
||||
public function boot()
|
||||
{
|
||||
Broadcast::routes();
|
||||
Broadcast::routes(["middleware" => 'api.auth']);
|
||||
Broadcast::routes(['middleware' => 'api.auth']);
|
||||
require base_path('routes/channels.php');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user