Repo Interface für tests
This commit is contained in:
@@ -4,7 +4,7 @@ namespace MintyPHP\Repository\Settings;
|
||||
|
||||
use MintyPHP\DB;
|
||||
|
||||
class SettingRepository
|
||||
class SettingRepository implements SettingRepositoryInterface
|
||||
{
|
||||
public function find(string $key): ?array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user