diff options
Diffstat (limited to 'app/Models/BookmarkCategory.php')
-rw-r--r-- | app/Models/BookmarkCategory.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Models/BookmarkCategory.php b/app/Models/BookmarkCategory.php index 0f2335d..10c031a 100644 --- a/app/Models/BookmarkCategory.php +++ b/app/Models/BookmarkCategory.php @@ -1,4 +1,6 @@ <?php +namespace App\Models; + class BookmarkCategory { /** * @var string The name of the bookmark category. |