cakephp-rest icon indicating copy to clipboard operation
cakephp-rest copied to clipboard

AppController extends wrong BaseController

Open BillWebStudio opened this issue 2 years ago • 0 comments

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

BillWebStudio avatar Aug 04 '23 15:08 BillWebStudio