mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 14:12:44 +01:00
Merge pull request #10090 from turbo124/v5-develop
Fixes for broadcast routes
This commit is contained in:
commit
712aca8339
@ -23,7 +23,7 @@ class BroadcastServiceProvider extends ServiceProvider
|
|||||||
*/
|
*/
|
||||||
public function boot()
|
public function boot()
|
||||||
{
|
{
|
||||||
Broadcast::routes();
|
Broadcast::routes(['middleware' => ['api_db', 'token_auth']]);
|
||||||
|
|
||||||
require base_path('routes/channels.php');
|
require base_path('routes/channels.php');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user