added todo

This commit is contained in:
Matthieu Napoli
2014-09-09 00:20:19 +07:00
parent 95cdecd7ee
commit 04ef01b38c

View File

@@ -29,6 +29,7 @@ class Diagnostic
public function __construct($repository)
{
// TODO dependency injection
$this->github = new Client(
new CachedHttpClient(['cache_dir' => __DIR__ . '/../../app/cache/github'])
);