Finance overview page added to admin with monthly breakdown #130
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use App\Models\Enums\JournalType;
|
||||
use App\Models\Traits\JournalTrait;
|
||||
|
||||
/**
|
||||
@@ -15,6 +16,11 @@ class Airline extends BaseModel
|
||||
|
||||
public $table = 'airlines';
|
||||
|
||||
/**
|
||||
* The journal type for the callback
|
||||
*/
|
||||
public $journal_type = JournalType::AIRLINE;
|
||||
|
||||
public $fillable = [
|
||||
'icao',
|
||||
'iata',
|
||||
|
||||
Reference in New Issue
Block a user