mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 07:34:43 +00:00
More PHP8.4 updates
This commit is contained in:
@@ -173,7 +173,7 @@ class MassController extends Controller
|
||||
try {
|
||||
$this->updateJournal($integer, $request);
|
||||
++$count;
|
||||
} catch (FireflyException $e) {
|
||||
} catch (FireflyException) {
|
||||
// @ignoreException
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user