StyleCI fixed again
This commit is contained in:
parent
94f24be368
commit
d2feddd7a6
|
|
@ -30,8 +30,8 @@ class WebSocketsServiceProvider extends ServiceProvider
|
||||||
try {
|
try {
|
||||||
if (! Schema::hasTable('websockets_statistics_entries')) {
|
if (! Schema::hasTable('websockets_statistics_entries')) {
|
||||||
$this->publishes([
|
$this->publishes([
|
||||||
__DIR__.'/../database/migrations/create_websockets_statistics_entries_table.php.stub' => database_path('migrations/'.date('Y_m_d_His', time()).'_create_websockets_statistics_entries_table.php'),
|
__DIR__.'/../database/migrations/create_websockets_statistics_entries_table.php.stub' => database_path('migrations/'.date('Y_m_d_His', time()).'_create_websockets_statistics_entries_table.php'),
|
||||||
], 'migrations');
|
], 'migrations');
|
||||||
}
|
}
|
||||||
|
|
||||||
$this
|
$this
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue