mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-21 00:50:07 +00:00
Code cleanup [skip ci]
This commit is contained in:
@@ -25,15 +25,15 @@ namespace FireflyIII\Models;
|
||||
use Crypt;
|
||||
use Exception;
|
||||
use FireflyIII\Exceptions\FireflyException;
|
||||
use FireflyIII\User;
|
||||
use Illuminate\Contracts\Encryption\DecryptException;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Log;
|
||||
use FireflyIII\User;
|
||||
|
||||
/**
|
||||
* Class Preference.
|
||||
*
|
||||
* @property mixed $data
|
||||
* @property mixed $data
|
||||
* @property string $name
|
||||
*/
|
||||
class Preference extends Model
|
||||
|
||||
Reference in New Issue
Block a user