Finance overview page added to admin with monthly breakdown #130
This commit is contained in:
13
app/Models/Enums/JournalType.php
Normal file
13
app/Models/Enums/JournalType.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models\Enums;
|
||||
|
||||
/**
|
||||
* Class AcarsType
|
||||
* @package App\Models\Enums
|
||||
*/
|
||||
class JournalType extends EnumBase
|
||||
{
|
||||
public const AIRLINE = 0;
|
||||
public const USER = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user