mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-30 10:47:06 -06:00
Code cleanup
This commit is contained in:
parent
97f67912f4
commit
a25a499ed4
@ -13,10 +13,10 @@ declare(strict_types = 1);
|
||||
|
||||
namespace FireflyIII\Models;
|
||||
|
||||
use Crypt;
|
||||
use FireflyIII\Exceptions\FireflyException;
|
||||
use Illuminate\Contracts\Encryption\DecryptException;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Crypt;
|
||||
use Log;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user