Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
passchn committed Jan 21, 2022
1 parent bc7aeca commit bdfb594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Controller/AppController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
namespace Assets\Controller;

use Assets\Model\Table\AssetsAssetsTable;
use Cake\Controller\Controller;
use App\Controller\AppController as BaseController;

class AppController extends Controller
class AppController extends BaseController
{
protected AssetsAssetsTable $Assets;

Expand Down

0 comments on commit bdfb594

Please sign in to comment.