Add TODO message

This commit is contained in:
Franz Liedke 2015-06-17 00:18:16 +02:00
parent 33d663bc8e
commit ffb28838b5

View File

@ -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;