szurubooru/src/Controllers/IndexController.php

12 lines
141 B
PHP
Raw Normal View History

2013-10-05 19:24:08 +02:00
<?php
class IndexController extends AbstractController
{
/**
* @route /
* @route /index
*/
public static function indexAction()
{
}
}