From ffb28838b5008699f6fff69707556eabd2466fa8 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Wed, 17 Jun 2015 00:18:16 +0200 Subject: [PATCH] Add TODO message --- src/Forum/Actions/IndexAction.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Forum/Actions/IndexAction.php b/src/Forum/Actions/IndexAction.php index f5a47f3a8..672061c64 100644 --- a/src/Forum/Actions/IndexAction.php +++ b/src/Forum/Actions/IndexAction.php @@ -19,6 +19,7 @@ class IndexAction extends HtmlAction protected $database; + // TODO: DatabaseManager should be ConnectionInterface public function __construct(Client $apiClient, Actor $actor, DatabaseManager $database, SessionInterface $session) { $this->apiClient = $apiClient;