mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Need to call everything from collector to work.
This commit is contained in:
@@ -59,10 +59,10 @@ class JournalServiceProvider extends ServiceProvider
|
||||
function (Application $app) {
|
||||
/** @var JournalCollectorInterface $collector */
|
||||
$collector = app(JournalCollector::class);
|
||||
|
||||
if ($app->auth->check()) {
|
||||
$collector->setUser(auth()->user());
|
||||
}
|
||||
$collector->startQuery();
|
||||
|
||||
return $collector;
|
||||
}
|
||||
|
Reference in New Issue
Block a user