clara/app/Core/Bootstrap/BootstrapAuth.php

14 lines
234 B
PHP

<?php
namespace App\Core\Bootstrap;
class BootstrapAuth
{
public function init()
{
// See also starterkit/app/View/Components/SystemLayout.php to change the layout
addHtmlClass('body', 'app-blank');
}
}