From c7a1b41a19c9091c9d09a70d7003eaa28813eee1 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Wed, 14 Jun 2023 23:35:47 +0100 Subject: fix: make configs serializable --- app/Models/Bookmark.php | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 app/Models/Bookmark.php (limited to 'app/Models/Bookmark.php') diff --git a/app/Models/Bookmark.php b/app/Models/Bookmark.php deleted file mode 100644 index 3396242..0000000 --- a/app/Models/Bookmark.php +++ /dev/null @@ -1,31 +0,0 @@ -name = $name; - $this->url = $url; - $this->description = $description; - } -} -- cgit v1.2.3-54-g00ecf