Close off unused routes

Commented out a few default routes that came with Laravel.
This commit is contained in:
St John Karp 2018-10-10 02:01:20 -07:00
parent 1758952667
commit 2bdea8f088
2 changed files with 4 additions and 4 deletions

View File

@ -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;
});
});*/

View File

@ -13,6 +13,6 @@ use Illuminate\Foundation\Inspiring;
|
*/
Artisan::command('inspire', function () {
/*Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
})->describe('Display an inspiring quote');
})->describe('Display an inspiring quote');*/