mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Update more code.
This commit is contained in:
@@ -36,7 +36,7 @@ trait GeneratesInstallationId
|
||||
{
|
||||
try {
|
||||
$config = app('fireflyconfig')->get('installation_id');
|
||||
} catch (FireflyException $e) {
|
||||
} catch (FireflyException) {
|
||||
app('log')->info('Could not create or generate installation ID. Do not continue.');
|
||||
|
||||
return;
|
||||
|
Reference in New Issue
Block a user