You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: