clara/app/Core/Bootstrap/BootstrapAuth.php

14 lines
234 B
PHP
Raw Normal View History

2023-04-11 09:21:20 +00:00
<?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');
}
}