@@ -23,7 +23,6 @@ |
||
| 23 | 23 | use eXpansion\Framework\Core\Helpers\Http; |
| 24 | 24 | use eXpansion\Framework\Core\Services\Application\Dispatcher; |
| 25 | 25 | use Maniaplanet\DedicatedServer\Structures\GameInfos; |
| 26 | -use oliverde8\AsynchronousJobs\Job\CallbackCurl; |
|
| 27 | 26 | |
| 28 | 27 | /** |
| 29 | 28 | * Description of Connection |
@@ -6,8 +6,6 @@ |
||
| 6 | 6 | use eXpansion\Framework\Core\Helpers\Structures\HttpRequest; |
| 7 | 7 | use eXpansion\Framework\Core\Helpers\Structures\HttpResult; |
| 8 | 8 | use eXpansion\Framework\Core\Services\Application\AbstractApplication; |
| 9 | -use oliverde8\AsynchronousJobs\Job\CallbackCurl; |
|
| 10 | -use oliverde8\AsynchronousJobs\JobRunner; |
|
| 11 | 9 | |
| 12 | 10 | /** |
| 13 | 11 | * Class Http |
@@ -2,10 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace eXpansion\Framework\Core\Helpers\JobRunner; |
| 4 | 4 | |
| 5 | -use eXpansion\Framework\Core\DataProviders\Listener\ListenerInterfaceExpApplication; |
|
| 6 | 5 | use eXpansion\Framework\Core\DataProviders\Listener\ListenerInterfaceExpTimer; |
| 7 | 6 | use eXpansion\Framework\Core\Helpers\Structures\HttpRequest; |
| 8 | -use eXpansion\Framework\Core\Helpers\Structures\HttpResult; |
|
| 9 | 7 | use oliverde8\AsynchronousJobs\Job; |
| 10 | 8 | use oliverde8\AsynchronousJobs\Job\CallbackCurl; |
| 11 | 9 | use oliverde8\AsynchronousJobs\JobRunner; |
@@ -2,10 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace eXpansion\Bundle\Maps\ChatCommand; |
| 4 | 4 | |
| 5 | -use eXpansion\Bundle\AdminChat\ChatCommand\AbstractConnectionCommand; |
|
| 6 | 5 | use eXpansion\Bundle\Maps\Plugins\ManiaExchange; |
| 7 | 6 | use eXpansion\Bundle\Maps\Plugins\Maps; |
| 8 | -use eXpansion\Bundle\Maps\Services\JukeboxService; |
|
| 9 | 7 | use eXpansion\Framework\AdminGroups\Helpers\AdminGroups; |
| 10 | 8 | use Symfony\Component\Console\Input\InputArgument; |
| 11 | 9 | use Symfony\Component\Console\Input\InputInterface; |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace eXpansion\Bundle\Maps\Plugins\Gui; |
| 4 | 4 | |
| 5 | -use eXpansion\Bundle\Maps\Plugins\Jukebox; |
|
| 6 | 5 | use eXpansion\Bundle\Maps\Plugins\ManiaExchange; |
| 7 | 6 | use eXpansion\Bundle\Maps\Structure\MxInfo; |
| 8 | 7 | use eXpansion\Framework\Core\Helpers\Http; |