mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-30 12:43:57 -06:00
Log warning in cron controller
This commit is contained in:
parent
bbc131b52c
commit
e2330d9bfe
@ -57,6 +57,7 @@ class CLIToken implements BinderInterface
|
||||
return $value;
|
||||
}
|
||||
}
|
||||
Log::error(sprintf('Recognized no users by access token "%s"', $value));
|
||||
throw new NotFoundHttpException;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user