<?php

final class ControllerName extends Controller
{
	public function index()
	{
		return '';
	}
}
