Kinda Tryna fix

This commit is contained in:
2020-06-26 13:11:24 +02:00
parent 400f2e563f
commit 44e70232cd
5 changed files with 43 additions and 28 deletions
+3 -1
View File
@@ -6,5 +6,7 @@ use Illuminate\Database\Eloquent\Model;
class MenuPlan extends Model
{
//
protected $fillable = [
'monday', "tuesday", 'wednesday', 'thursday', "friday", "saturday", "sunday"
];
}