Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppController extends wrong BaseController #12

Open
BillWebStudio opened this issue Aug 4, 2023 · 0 comments
Open

AppController extends wrong BaseController #12

BillWebStudio opened this issue Aug 4, 2023 · 0 comments

Comments

@BillWebStudio
Copy link

hi!
I think this part: class AppController extends BaseController
BaseController should be taken from
use Cake\Controller\Controller as BaseController;
not from
use App\Controller\AppController as BaseController;
As App\Controller\AppController may have logic which interfer with API logic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant