Remove old manually assigned table name

This commit is contained in:
Annika Backstrom 2024-05-30 21:48:57 +01:00
parent e84a55bd9a
commit 814f0c8127
Signed by: annika
GPG Key ID: 3561F004DE1D9AFE
1 changed files with 0 additions and 2 deletions

View File

@ -10,8 +10,6 @@ class BookmarkTag extends Pivot
{
use HasFactory;
protected $table = 'bookmarks_tags';
public function parent()
{
return $this->belongsTo(Bookmark::class, 'bookmark_id');