mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Lots of new code to test the import routine.
Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
@@ -58,7 +58,7 @@ 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);
|
||||
// Log::debug('AccountCrud constructor, run with default arguments.', $arguments);
|
||||
|
||||
return app('FireflyIII\Crud\Account\AccountCrud', $arguments);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user