modified assests

This commit is contained in:
2026-06-15 11:25:16 +07:00
parent 3f115866d9
commit e96d58dcb4
1218 changed files with 1162 additions and 339502 deletions

View File

@@ -23,6 +23,8 @@ class BaseModel extends Model
const CREATED_BY_FIELD = 'created_by';
const UPDATED_AT_FIELD = 'updated_at';
const UPDATED_BY_FIELD = 'updated_by';
const DELETED_AT_FIELD = 'deleted_at';
const DELETED_BY_FIELD = 'deleted_by';
protected static function boot(){
parent::boot();