mirror of https://git.stjo.hn/planiverse
Close off unused routes
Commented out a few default routes that came with Laravel.
This commit is contained in:
parent
1758952667
commit
2bdea8f088
|
@ -11,6 +11,6 @@
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Broadcast::channel('App.User.{id}', function ($user, $id) {
|
/*Broadcast::channel('App.User.{id}', function ($user, $id) {
|
||||||
return (int) $user->id === (int) $id;
|
return (int) $user->id === (int) $id;
|
||||||
});
|
});*/
|
||||||
|
|
|
@ -13,6 +13,6 @@ use Illuminate\Foundation\Inspiring;
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Artisan::command('inspire', function () {
|
/*Artisan::command('inspire', function () {
|
||||||
$this->comment(Inspiring::quote());
|
$this->comment(Inspiring::quote());
|
||||||
})->describe('Display an inspiring quote');
|
})->describe('Display an inspiring quote');*/
|
||||||
|
|
Loading…
Reference in New Issue