Fixed error AND 0x01
This commit is contained in:
@@ -7,6 +7,6 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class MenuPlan extends Model
|
||||
{
|
||||
protected $fillable = [
|
||||
'monday', "tuesday", 'wednesday', 'thursday', "friday", "saturday", "sunday"
|
||||
'monday', "tuesday", 'wednesday', 'thursday'
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user