Skip to content

Commit 2f41a2d

Browse files
authored
Fixes #49 #50
1 parent dedcde5 commit 2f41a2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/View/AdminLTEView.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22
namespace AdminLTE\View;
33

4-
use \Cake\View\View;
4+
use \App\View\AppView;
55
use \Cake\Core\App;
66
use \Cake\Utility\Inflector;
77

8-
class AdminLTEView extends View
8+
class AdminLTEView extends AppView
99
{
1010
protected function _paths($plugin = null, $cached = true)
1111
{

0 commit comments

Comments
 (0)