add two item in mission and create migration for them
This commit is contained in:
@@ -14,7 +14,7 @@ class Mission extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
protected $guarded = [];
|
||||
protected $guarded = ['id'];
|
||||
protected $hidden = ['pivot'];
|
||||
protected $casts = [
|
||||
'start_time' => 'datetime',
|
||||
|
||||
Reference in New Issue
Block a user