Big changes added events for decisions
This commit is contained in:
@@ -29,7 +29,9 @@ public function actions(): BelongsToMany
|
||||
|
||||
public function events(): BelongsToMany
|
||||
{
|
||||
return $this->belongsToMany(\App\Models\Event::class);
|
||||
return $this->belongsToMany(\App\Models\Event::class)
|
||||
->withPivot(['run_order', 'active', 'config'])
|
||||
->withTimestamps();
|
||||
}
|
||||
|
||||
public function activities(): HasMany
|
||||
|
||||
Reference in New Issue
Block a user