Missing Method in ServiceController

Error: The action taxsaloon is not defined in controller ServiceController

Error: Create ServiceController::taxsaloon() in file: app/Controller/ServiceController.php.

<?php
class ServiceController extends AppController {


	public function taxsaloon() {

	}

}

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

Stack Trace

TOP