pembuatan basic data surveyor

This commit is contained in:
majid
2024-10-16 16:41:39 +07:00
parent b7abf1ee79
commit dfc9ea74ec
22 changed files with 746 additions and 160 deletions

View File

@@ -13,7 +13,7 @@ class TingkatKeramaian extends Model
/**
* The attributes that are mass assignable.
*/
protected $fillable = [];
protected $fillable = ['code', 'name', 'status'];
protected static function newFactory(): TingkatKeramaianFactory
{