1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 18:04:08 +02:00
This commit is contained in:
Robin Appelman 2019-04-12 14:00:20 +02:00
commit 73469d2aa1
29 changed files with 140 additions and 149 deletions

View file

@ -4,7 +4,6 @@ declare(strict_types=1);
namespace Demostf\API;
use Demostf\API\Controllers\TempController;
use Demostf\API\Demo\DemoSaver;
use Demostf\API\Demo\DemoStore;
use Demostf\API\Demo\HeaderParser;
@ -92,7 +91,7 @@ class Container {
}
public function getRawParser(): RawParser {
return new RawParser($this->getParserPath(), new TempController($this->getApiRoot() . '/temp/'));
return new RawParser($this->getParserPath());
}
public function getUploadProvider(): UploadProvider {