This commit is contained in:
vedatakd 2021-03-04 14:33:04 +03:00
parent 54acd99271
commit 89dcd41f51

View File

@ -18,7 +18,5 @@ interface CategoryRepositoryInterface extends EntryRepositoryInterface
public function getDeletedCategories();
public function DeleteCategories($id);
public function getMainAndSubCats();
}