mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 18:04:08 +02:00
cleanup
This commit is contained in:
parent
5986d8552d
commit
73469d2aa1
29 changed files with 140 additions and 149 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue