mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Expand action and clean up code.
This commit is contained in:
@@ -252,7 +252,7 @@ class MassController extends Controller
|
||||
try {
|
||||
$carbon = Carbon::parse($value[$journalId]);
|
||||
} catch (InvalidArgumentException $e) {
|
||||
Log::warning(sprintf('Could not parse "%s" but dont mind',$value[$journalId]));
|
||||
Log::warning(sprintf('Could not parse "%s" but dont mind', $value[$journalId]));
|
||||
Log::warning($e->getMessage());
|
||||
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user