@@ -63,7 +63,7 @@ |
||
| 63 | 63 | * |
| 64 | 64 | * @param OutputInterface $console |
| 65 | 65 | * |
| 66 | - * @return $this|mixed |
|
| 66 | + * @return AbstractApplication |
|
| 67 | 67 | * @throws \Maniaplanet\DedicatedServer\Xmlrpc\TransportException |
| 68 | 68 | */ |
| 69 | 69 | public function init(OutputInterface $console) |
@@ -3,12 +3,8 @@ |
||
| 3 | 3 | |
| 4 | 4 | namespace eXpansion\Framework\Core\Services\Application; |
| 5 | 5 | |
| 6 | -use eXpansion\Framework\Core\Listener\BaseStorageUpdateListener; |
|
| 7 | 6 | use eXpansion\Framework\Core\Services\Console; |
| 8 | 7 | use eXpansion\Framework\Core\Services\DedicatedConnection\Factory; |
| 9 | -use Maniaplanet\DedicatedServer\Connection; |
|
| 10 | -use Propel\Runtime\Connection\Exception\ConnectionException; |
|
| 11 | -use Propel\Runtime\Propel; |
|
| 12 | 8 | use Psr\Log\LoggerInterface; |
| 13 | 9 | use Symfony\Component\Console\Output\OutputInterface; |
| 14 | 10 | |