mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Cleanup, mostly I removed the coding standard ignore instructions.
This commit is contained in:
@@ -23,10 +23,8 @@ class Account extends Eloquent
|
||||
'active' => 'required|boolean'
|
||||
|
||||
];
|
||||
// @codingStandardsIgnoreStart
|
||||
protected $dates = ['deleted_at', 'created_at', 'updated_at'];
|
||||
protected $fillable = ['name', 'user_id', 'account_type_id', 'active'];
|
||||
// @codingStandardsIgnoreEnd
|
||||
|
||||
/**
|
||||
* Account type.
|
||||
|
||||
Reference in New Issue
Block a user