fix: class errors
This commit is contained in:
		
					parent
					
						
							
								20e394e9f2
							
						
					
				
			
			
				commit
				
					
						e5ac640025
					
				
			
		
					 6 changed files with 12 additions and 4 deletions
				
			
		|  | @ -1,4 +1,6 @@ | |||
| <?php | ||||
| namespace App\Models; | ||||
| 
 | ||||
| class Bookmark { | ||||
|     /** | ||||
|      * @var string The name of the bookmark. | ||||
|  |  | |||
|  | @ -1,4 +1,6 @@ | |||
| <?php | ||||
| namespace App\Models; | ||||
| 
 | ||||
| class BookmarkCategory { | ||||
|     /** | ||||
|      * @var string The name of the bookmark category. | ||||
|  |  | |||
|  | @ -1,4 +1,6 @@ | |||
| <?php | ||||
| namespace App\Models; | ||||
| 
 | ||||
| class Project { | ||||
|     /** | ||||
|      * @var string The name of the project. | ||||
|  |  | |||
|  | @ -1,4 +1,6 @@ | |||
| <?php | ||||
| namespace App\Models; | ||||
| 
 | ||||
| class ProjectCategory { | ||||
|     /** | ||||
|      * @var string The name of the bookmark category. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Frankie B
				Frankie B