maiconpinto / cakephp-adminlte-theme

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

CakePHP 3.7.7 deprecation warning. #83

Closed niel closed 5 years ago

niel commented 5 years ago

In the AppController::beforeRender() method:

$this->viewBuilder()->theme('AdminLTE');

->theme() is deprecated. Use ->setTheme() instead.

niel commented 5 years ago

Wiki is updated, thanks.