mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -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;
|
return $value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Log::error(sprintf('Recognized no users by access token "%s"', $value));
|
||||||
throw new NotFoundHttpException;
|
throw new NotFoundHttpException;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user