Publishable
This commit is contained in:
parent
bf5068255d
commit
9129c517b5
|
|
@ -111,7 +111,7 @@ return [
|
|||
|
||||
'replication' => [
|
||||
|
||||
'mode' => env('WEBSOCKETS_REPLICATION_MODE', 'local'),
|
||||
'mode' => env('WEBSOCKETS_REPLICATION_MODE', 'custom'),
|
||||
|
||||
'modes' => [
|
||||
'local' => [
|
||||
|
|
|
|||
|
|
@ -44,9 +44,8 @@ class WebSocketsServiceProvider extends ServiceProvider
|
|||
);
|
||||
|
||||
$this->publishes([
|
||||
__DIR__.'/../database/migrations/0000_00_00_000000_create_websockets_statistics_entries_table.php' => database_path('migrations/0000_00_00_000000_create_websockets_statistics_entries_table.php'),
|
||||
__DIR__.'/../database/migrations/0000_00_00_000000_rename_statistics_counters.php' => database_path('migrations/0000_00_00_000000_rename_statistics_counters.php'),
|
||||
], 'migrations');
|
||||
__DIR__.'/Websocket' => app_path('Websocket')
|
||||
]);
|
||||
|
||||
$this->registerEventLoop();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue