mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 15:18:05 +00:00
Refactoring.
This commit is contained in:
@@ -21,6 +21,15 @@ use Illuminate\Database\Eloquent\Relations\HasMany;
|
||||
*/
|
||||
class AccountType extends Model
|
||||
{
|
||||
const DEFAULT = 'Default account';
|
||||
const CASH = 'Cash account';
|
||||
const ASSET = 'Asset account';
|
||||
const EXPENSE = 'Expense account';
|
||||
const REVENUE = 'Revenue account';
|
||||
const INITIAL_BALANCE = 'Initial balance account';
|
||||
const BENEFICIARY = 'Beneficiary account';
|
||||
const IMPORT = 'Import account';
|
||||
|
||||
|
||||
protected $dates = ['created_at', 'updated_at'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user