diff options
Diffstat (limited to 'app/Models/Searchable.php')
| -rw-r--r-- | app/Models/Searchable.php | 10 |
1 files changed, 0 insertions, 10 deletions
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 @@ -<?php - -interface FreshRSS_Searchable { - - /** - * @param int|string $id - * @return Minz_Model - */ - public function searchById($id); -} |
