Add record audit action when poskod created/updated

This commit is contained in:
afiq.hamzah
2023-03-23 12:42:02 +08:00
parent 535515ca24
commit 50ab73701a
2 changed files with 58 additions and 10 deletions
+11 -1
View File
@@ -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',
];
}