mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-21 11:45:14 +00:00
Fix a bunch of rector issues.
This commit is contained in:
@@ -146,7 +146,7 @@ class InstallController extends Controller
|
||||
Artisan::call($command, $args);
|
||||
app('log')->debug(Artisan::output());
|
||||
}
|
||||
} catch (\Exception $e) { // intentional generic exception
|
||||
} catch (Exception $e) { // intentional generic exception
|
||||
throw new FireflyException($e->getMessage(), 0, $e);
|
||||
}
|
||||
// clear cache as well.
|
||||
|
Reference in New Issue
Block a user