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