mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Clean up references to static Facade.
This commit is contained in:
@@ -42,7 +42,6 @@ use FireflyIII\User;
|
||||
use Illuminate\Support\Collection;
|
||||
use Illuminate\Support\MessageBag;
|
||||
use Log;
|
||||
use Preferences;
|
||||
|
||||
/**
|
||||
* Class JournalRepository.
|
||||
@@ -107,7 +106,7 @@ class JournalRepository implements JournalRepositoryInterface
|
||||
$journal->save();
|
||||
}
|
||||
|
||||
Preferences::mark();
|
||||
app('preferences')->mark();
|
||||
|
||||
return new MessageBag;
|
||||
}
|
||||
|
Reference in New Issue
Block a user