This commit is contained in:
Dennis Eichhorn 2021-06-05 11:04:56 +02:00
commit db1e1b1f30
2 changed files with 5 additions and 8 deletions

View File

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