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/CommentController.php
Normal file
11
src/Controllers/CommentController.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
class CommentController extends AbstractController
|
||||
{
|
||||
/**
|
||||
* @route /comments
|
||||
*/
|
||||
public function listAction()
|
||||
{
|
||||
throw new Exception('Not implemented');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user