diff --git a/src/Http/Controllers/AuthenticationController.php b/src/Http/Controllers/AuthenticationController.php index 378b244..60ec396 100644 --- a/src/Http/Controllers/AuthenticationController.php +++ b/src/Http/Controllers/AuthenticationController.php @@ -38,8 +38,7 @@ class AuthenticationController extends Controller * Attempts to log the user into this app, and creates them if they * don't exist. Then redirects the user to the configured post_login url. * - * @TODO fix type hint on request \/ - * @param $request + * @param Request $request * @return mixed */ public function callback(Request $request)