From 20e394e9f27aab0cb522f84f3d636b279ecb863e Mon Sep 17 00:00:00 2001 From: Frankie B Date: Wed, 14 Jun 2023 22:52:00 +0100 Subject: Move classes to models folder --- app/Models/BookmarkCategory.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 app/Models/BookmarkCategory.php (limited to 'app/Models/BookmarkCategory.php') diff --git a/app/Models/BookmarkCategory.php b/app/Models/BookmarkCategory.php new file mode 100644 index 0000000..0f2335d --- /dev/null +++ b/app/Models/BookmarkCategory.php @@ -0,0 +1,22 @@ +name = $name; + $this->bookmarks = $bookmarks; + } +} -- cgit v1.2.3-54-g00ecf