Use proper route name instead of using class in route file

This commit is contained in:
Lance Pioch 2017-09-21 13:48:57 -04:00
parent 2f696ddd6e
commit 8bfebf5b32
2 changed files with 5 additions and 6 deletions

View file

@ -63,5 +63,6 @@ class Kernel extends HttpKernel
'can' => \Illuminate\Auth\Middleware\Authorize::class,
'bindings' => \Illuminate\Routing\Middleware\SubstituteBindings::class,
'recaptcha' => \Pterodactyl\Http\Middleware\VerifyReCaptcha::class,
'schedule' => \Pterodactyl\Http\Middleware\Server\ScheduleAccess::class,
];
}