mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Remove static references
This commit is contained in:
@@ -74,7 +74,7 @@ class Date implements BinderInterface
|
||||
$result = new Carbon($value);
|
||||
} catch (InvalidDateException $e) {
|
||||
$message = sprintf('Could not parse date "%s" for user #%d: %s', $value, auth()->user()->id, $e->getMessage());
|
||||
Log::error($message);
|
||||
app('log')->error($message);
|
||||
throw new NotFoundHttpException($message, $e);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user