fix todos/move to todo list

This commit is contained in:
Dennis Eichhorn 2020-11-26 20:50:18 +01:00
parent ee708f0a11
commit 312cebb424
2 changed files with 0 additions and 2 deletions

View File

@ -67,7 +67,6 @@ final class ApiController extends Controller
public function createCommentList() : CommentList
{
$list = new CommentList();
// @todo: allow config
return $list;
}

View File

@ -15,7 +15,6 @@ declare(strict_types=1);
namespace Modules\Comments\Controller;
use phpOMS\Module\ModuleAbstract;
use phpOMS\Module\WebInterface;
/**
* Calendar controller class.