mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Seal admin panel
This commit is contained in:
parent
01f3b4d8c5
commit
6aafb23fb7
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@ final class AdminPresenter extends OpenVKPresenter
|
||||||
return $repo->find($query, $page);
|
return $repo->find($query, $page);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function onStartup(): void
|
||||||
|
{
|
||||||
|
exit("Не реализовано...");
|
||||||
|
}
|
||||||
|
|
||||||
function renderIndex(): void
|
function renderIndex(): void
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue