pembuatan basic data surveyor
This commit is contained in:
@@ -13,7 +13,7 @@ class PerkerasanJalan extends Model
|
||||
/**
|
||||
* The attributes that are mass assignable.
|
||||
*/
|
||||
protected $fillable = [];
|
||||
protected $fillable = ['code', 'name', 'status'];
|
||||
|
||||
protected static function newFactory(): PerkerasanJalanFactory
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user