Missing Method in CorporateController

Error: The action bases is not defined in controller CorporateController

Error: Create CorporateController::bases() in file: app/Controller/CorporateController.php.

<?php
class CorporateController extends AppController {


	public function bases() {

	}

}

Notice: If you want to customize this error message, create app/View/Errors/missing_action.ctp

Stack Trace

TOP