Creation and editing of events
This commit is contained in:
11
app/RelationModels/EventEatingHabits.php
Normal file
11
app/RelationModels/EventEatingHabits.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\RelationModels;
|
||||
|
||||
use App\Scopes\CommonModel;
|
||||
|
||||
class EventEatingHabits extends CommonModel
|
||||
{
|
||||
protected $table = 'event_allowed_eating_habits';
|
||||
protected $fillable = ['event_id', 'eating_habit_id'];
|
||||
}
|
||||
Reference in New Issue
Block a user