Fixed error AND 0x01

This commit is contained in:
2020-06-29 14:49:57 +02:00
parent eb749e58a5
commit 988ceb7c8a
8 changed files with 36 additions and 60 deletions
+1 -1
View File
@@ -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'
];
}