forked from admin/services_core
ticker work proses
This commit is contained in:
@@ -6,5 +6,14 @@ use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class TicketApproval extends Model
|
||||
{
|
||||
//
|
||||
public $timestamps = false;
|
||||
|
||||
protected $fillable = [
|
||||
'ticket_id',
|
||||
'approver_id',
|
||||
'status',
|
||||
'notes',
|
||||
'approved_at',
|
||||
'created_at'
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user