mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Small changes to make code more testable.
This commit is contained in:
@@ -62,7 +62,7 @@ class JournalServiceProvider extends ServiceProvider
|
||||
if ($app->auth->check()) {
|
||||
$collector->setUser(auth()->user());
|
||||
}
|
||||
$collector->startQuery();
|
||||
|
||||
|
||||
return $collector;
|
||||
}
|
||||
|
Reference in New Issue
Block a user