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