mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-06 01:45:22 +00:00
Code cleanup.
This commit is contained in:
@@ -58,8 +58,6 @@ class CrudServiceProvider extends ServiceProvider
|
||||
if (!isset($arguments[0]) && !$app->auth->check()) {
|
||||
throw new FireflyException('There is no user present.');
|
||||
}
|
||||
// Log::debug('AccountCrud constructor, run with default arguments.', $arguments);
|
||||
|
||||
return app('FireflyIII\Crud\Account\AccountCrud', $arguments);
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user