Missing Method in SolutionsController

Error: The action business-need is not defined in controller SolutionsController

Error: Create SolutionsController::business-need() in file: app/controllers/solutions_controller.php.

<?php
class SolutionsController extends AppController {

	var $name = 'Solutions';


	function business-need() {

	}

}
?>

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