Missing Method in FixedschedulesController

Error: The action index.php is not defined in controller FixedschedulesController

Error: Create FixedschedulesController::index.php() in file: app/controllers/fixedschedules_controller.php.

<?php
class FixedschedulesController extends AppController {

	var $name = 'Fixedschedules';


	function index.php() {

	}

}
?>

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