Missing Method in ServicesController

Error: The action construction is not defined in controller ServicesController

Error: Create ServicesController::construction() in file: app/Controller/ServicesController.php.

<?php
class ServicesController extends AppController {


	public function construction() {

	}

}

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

Stack Trace

TOP