diff --git a/app/Support/Binder/CLIToken.php b/app/Support/Binder/CLIToken.php index 3dd97aa309..2302f94fde 100644 --- a/app/Support/Binder/CLIToken.php +++ b/app/Support/Binder/CLIToken.php @@ -57,6 +57,7 @@ class CLIToken implements BinderInterface return $value; } } + Log::error(sprintf('Recognized no users by access token "%s"', $value)); throw new NotFoundHttpException; } }