StyleCI fixed
This commit is contained in:
parent
84ef4ce14e
commit
94f24be368
|
|
@ -71,9 +71,6 @@ class WebSocketsServiceProvider extends ServiceProvider
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @return mixed
|
|
||||||
*/
|
|
||||||
protected function registerRoutes()
|
protected function registerRoutes()
|
||||||
{
|
{
|
||||||
Route::prefix(config('websockets.path'))->group(function () {
|
Route::prefix(config('websockets.path'))->group(function () {
|
||||||
|
|
@ -92,9 +89,6 @@ class WebSocketsServiceProvider extends ServiceProvider
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @return mixed
|
|
||||||
*/
|
|
||||||
protected function registerDashboardGate()
|
protected function registerDashboardGate()
|
||||||
{
|
{
|
||||||
Gate::define('viewWebSocketsDashboard', function ($user = null) {
|
Gate::define('viewWebSocketsDashboard', function ($user = null) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue