|
@@ -13,7 +13,7 @@ class Project extends Model
|
|
use HasFactory, Filterable,SoftDeletes;
|
|
use HasFactory, Filterable,SoftDeletes;
|
|
|
|
|
|
protected $fillable = [
|
|
protected $fillable = [
|
|
- "name","code","const","available_days","status","begin","end","latitude","longitude","type","acl","whitelist","description"
|
|
|
|
|
|
+ "name","code","const","status","begin","end","latitude","longitude","type","acl","whitelist","description"
|
|
];
|
|
];
|
|
|
|
|
|
protected static function booted(): void
|
|
protected static function booted(): void
|