Initial commit
This commit is contained in:
13
app/Core/Bootstrap/BootstrapSystem.php
Normal file
13
app/Core/Bootstrap/BootstrapSystem.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Core\Bootstrap;
|
||||
|
||||
class BootstrapSystem
|
||||
{
|
||||
public function init()
|
||||
{
|
||||
// See also starterkit/app/View/Components/SystemLayout.php to change the layout
|
||||
|
||||
addHtmlClass('body', 'app-blank');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user