@@ -18,7 +18,6 @@ class LoginActivityModel extends Model
|
|||||||
'logout_time',
|
'logout_time',
|
||||||
'ip_address',
|
'ip_address',
|
||||||
'user_agent',
|
'user_agent',
|
||||||
'semester',
|
|
||||||
'created_at',
|
'created_at',
|
||||||
'updated_at',
|
'updated_at',
|
||||||
'school_year',
|
'school_year',
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ class PaymentTransactionModel extends Model
|
|||||||
'payment_method',
|
'payment_method',
|
||||||
'payment_status',
|
'payment_status',
|
||||||
'transaction_fee',
|
'transaction_fee',
|
||||||
'semester',
|
|
||||||
'school_year'
|
'school_year'
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -34,7 +33,6 @@ class PaymentTransactionModel extends Model
|
|||||||
'amount' => 'required|decimal',
|
'amount' => 'required|decimal',
|
||||||
'payment_method' => 'required|string|max_length[50]',
|
'payment_method' => 'required|string|max_length[50]',
|
||||||
'payment_status' => 'required|string|max_length[50]',
|
'payment_status' => 'required|string|max_length[50]',
|
||||||
'semester' => 'permit_empty|string|max_length[30]',
|
|
||||||
'school_year' => 'required|string|max_length[9]',
|
'school_year' => 'required|string|max_length[9]',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user