Missing Method in SiteController

Error: The action LegalLegislation is not defined in controller SiteController

Error: Create SiteController::LegalLegislation() in file: app/Controller/SiteController.php.

<?php
class SiteController extends AppController {


	public function LegalLegislation() {

	}

}

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

Stack Trace