dont need app controller just extend app/app controller directly which is alredy being done

This commit is contained in:
Brandon Shipley 2025-01-09 23:56:33 -08:00
parent 9e6ce06a24
commit 798635bb33
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
<?php
declare(strict_types=1);
namespace CakeContactUs\Controller;
use App\Controller\AppController as BaseController;
class AppController extends BaseController
{
}