mirror of
https://github.com/flarum/core.git
synced 2025-07-26 03:01:22 +02:00
Add TODO message
This commit is contained in:
@@ -19,6 +19,7 @@ class IndexAction extends HtmlAction
|
|||||||
|
|
||||||
protected $database;
|
protected $database;
|
||||||
|
|
||||||
|
// TODO: DatabaseManager should be ConnectionInterface
|
||||||
public function __construct(Client $apiClient, Actor $actor, DatabaseManager $database, SessionInterface $session)
|
public function __construct(Client $apiClient, Actor $actor, DatabaseManager $database, SessionInterface $session)
|
||||||
{
|
{
|
||||||
$this->apiClient = $apiClient;
|
$this->apiClient = $apiClient;
|
||||||
|
Reference in New Issue
Block a user