From 1a0616562db5c096dc7ca187f0210b3d57bffebf Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 22 Mar 2023 08:26:39 +0100 Subject: Remove FreshRSS_Searchable for better types (#5212) * Remove FreshRSS_Searchable for better types The interface was not used, and it was preventing more precise types for the different `searchById()` methods, as they each have different input and output types. * Fix type --- app/Models/Searchable.php | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 app/Models/Searchable.php (limited to 'app/Models/Searchable.php') diff --git a/app/Models/Searchable.php b/app/Models/Searchable.php deleted file mode 100644 index a15a44ed7..000000000 --- a/app/Models/Searchable.php +++ /dev/null @@ -1,10 +0,0 @@ -