maiconpinto / cakephp-adminlte-theme

CakePHP AdminLTE Theme
http://maiconpinto.github.io/cakephp-adminlte-theme/
MIT License
172 stars 111 forks source link

correction needed for AppController declarations on Cakephp Strawberry 4.0.2 #110

Closed latheefp closed 3 years ago

latheefp commented 4 years ago

Include this two.

use Cake\Event\Event;
use Cake\Event\EventInterface;
 public function beforeRender(EventInterface  $event)
        {
            parent::beforeRender($event);
            $this->viewBuilder()->setTheme('AdminLTE');
        }
maiconpinto commented 3 years ago

Thanks for your help, this fix available https://github.com/maiconpinto/cakephp-adminlte-theme/releases/tag/2.0.1