Skip to content

Commit

Permalink
Merge pull request #3 from STAFE-GROUP-AB/andreaskviby-patch-1-model
Browse files Browse the repository at this point in the history
Updated path to model
  • Loading branch information
andreaskviby authored Jan 9, 2023
2 parents 36d5b9f + 38ba530 commit bb2493c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Livewire/BookmarksMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function removeMenuItem($id) {
}
public function deleteMenuItem($id) {
if ($this->menuItemToRemove) {
\App\Models\FilamentBookmarksMenu::where('id', $id)->delete();
\STAFEGROUPAB\FilamentBookmarksMenu\Models\BookmarksMenu::where('id', $id)->delete();
$this->menuItemToRemove = null;
$this->menuitems = $this->getBookmarksMenuItems();
Notification::make()
Expand Down

0 comments on commit bb2493c

Please sign in to comment.