diff options
Diffstat (limited to 'config/bookmarks.php')
-rw-r--r-- | config/bookmarks.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/bookmarks.php b/config/bookmarks.php index 3138d69..cd23ece 100644 --- a/config/bookmarks.php +++ b/config/bookmarks.php @@ -1,6 +1,6 @@ <?php -include 'app/Models/Bookmark.php'; -include 'app/Models/BookmarkCategory.php'; +use App\Models\Bookmark; +use App\Models\BookmarkCategory; return [ new BookmarkCategory("Friends' Websites", [ |