fix indention

This commit is contained in:
Dennis Eichhorn 2021-02-09 18:06:26 +01:00
parent 715d53ac61
commit abef7ba827
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
*/
declare(strict_types=1);
$lang = $this->getData('lang');
$lang = $this->getData('lang');
/** @var \phpOMS\Views\View $this */
echo $this->getData('nav')->render();

View File

@ -12,7 +12,7 @@
*/
declare(strict_types=1);
$lang = $this->getData('lang');
$lang = $this->getData('lang');
/** @var \phpOMS\Views\View $this */
echo $this->getData('nav')->render();