Cleaned up the controller and prepared for tests
This commit is contained in:
parent
095d85bb60
commit
86e7085396
4 changed files with 85 additions and 21 deletions
|
@ -200,4 +200,11 @@ interface RepositoryInterface
|
|||
* @return bool
|
||||
*/
|
||||
public function insertIgnore(array $values): bool;
|
||||
|
||||
/**
|
||||
* Get the amount of entries in the database
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function count(): int;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue