Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
18ea150bdf
10 changed files with 164 additions and 55 deletions
|
@ -28,7 +28,7 @@ class SmartBlock extends Model
|
|||
return $this->belongsTo(User::class, 'creator_id');
|
||||
}
|
||||
|
||||
public function content(): HasMany
|
||||
public function tracks(): HasMany
|
||||
{
|
||||
return $this->hasMany(SmartBlockContent::class, 'block_id');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue