This commit is contained in:
Dennis Eichhorn 2021-04-04 17:54:37 +02:00
commit 97352975b5
2 changed files with 2 additions and 4 deletions

View File

@ -29,7 +29,7 @@ use phpOMS\Contract\RenderableInterface;
*/
final class BackendController extends Controller
{
/**
/**
* {@inheritdoc}
*/
public function viewDashboard(RequestAbstract $request, ResponseAbstract $response, $data = null) : RenderableInterface

View File

@ -12,10 +12,8 @@
*/
declare(strict_types=1);
use phpOMS\Uri\UriFactory;
/**
* @var \phpOMS\Views\View $this
*/
echo $this->getData('nav')->render(); ?>
echo $this->getData('nav')->render();