mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Dynamically load broadcastprovider
This commit is contained in:
parent
10db3cffa0
commit
3daa49a618
@ -123,8 +123,8 @@ class AppServiceProvider extends ServiceProvider
|
|||||||
|
|
||||||
public function register(): void
|
public function register(): void
|
||||||
{
|
{
|
||||||
|
if (Ninja::isHosted()) {
|
||||||
$this->app->register(\App\Providers\BroadcastServiceProvider::class);
|
$this->app->register(\App\Providers\BroadcastServiceProvider::class);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user