Repo Interface für tests
This commit is contained in:
11
lib/Repository/Stats/AdminStatsRepositoryInterface.php
Normal file
11
lib/Repository/Stats/AdminStatsRepositoryInterface.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace MintyPHP\Repository\Stats;
|
||||
|
||||
interface AdminStatsRepositoryInterface
|
||||
{
|
||||
/**
|
||||
* @return array<string, mixed>
|
||||
*/
|
||||
public function buildViewData(): array;
|
||||
}
|
||||
Reference in New Issue
Block a user