Remove old manually assigned table name
This commit is contained in:
parent
e84a55bd9a
commit
814f0c8127
@ -10,8 +10,6 @@ class BookmarkTag extends Pivot
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
protected $table = 'bookmarks_tags';
|
||||
|
||||
public function parent()
|
||||
{
|
||||
return $this->belongsTo(Bookmark::class, 'bookmark_id');
|
||||
|
Loading…
Reference in New Issue
Block a user