fix: class errors

This commit is contained in:
Frankie B 2023-06-14 23:24:47 +01:00
commit 606c641558
6 changed files with 12 additions and 4 deletions

View file

@ -1,4 +1,6 @@
<?php
namespace App\Models;
class Bookmark {
/**
* @var string The name of the bookmark.

View file

@ -1,4 +1,6 @@
<?php
namespace App\Models;
class BookmarkCategory {
/**
* @var string The name of the bookmark category.

View file

@ -1,4 +1,6 @@
<?php
namespace App\Models;
class Project {
/**
* @var string The name of the project.

View file

@ -1,4 +1,6 @@
<?php
namespace App\Models;
class ProjectCategory {
/**
* @var string The name of the bookmark category.