mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Let there be placeholders
This commit is contained in:
11
src/Controllers/IndexController.php
Normal file
11
src/Controllers/IndexController.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
class IndexController extends AbstractController
|
||||
{
|
||||
/**
|
||||
* @route /
|
||||
* @route /index
|
||||
*/
|
||||
public static function indexAction()
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user