Edited menuplan - Can now be seen by users

This commit is contained in:
Anders
2020-06-30 12:38:02 +02:00
parent 1cf39cbbd2
commit 394b8551c8
7 changed files with 44 additions and 23 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"
'week', 'monday', "tuesday", 'wednesday', 'thursday'
];
}