Add record audit action when poskod created/updated
This commit is contained in:
+11
-1
@@ -8,4 +8,14 @@ class Audit extends Model
|
||||
{
|
||||
protected $table = 'audit';
|
||||
protected $connection = 'mysql7';
|
||||
}
|
||||
protected $fillable = [
|
||||
'users',
|
||||
'actions',
|
||||
'norujukan',
|
||||
'new_data',
|
||||
'old_data',
|
||||
'kodcaw',
|
||||
'created_at',
|
||||
'updated_at',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user