@@ -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; |
@@ -30,7 +30,6 @@ |
||
| 30 | 30 | use eXpansion\Framework\Core\Storage\MapStorage; |
| 31 | 31 | use Maniaplanet\DedicatedServer\Structures\GameInfos; |
| 32 | 32 | use Maniaplanet\DedicatedServer\Structures\Map; |
| 33 | -use oliverde8\AsynchronousJobs\Job\CallbackCurl; |
|
| 34 | 33 | |
| 35 | 34 | /** |
| 36 | 35 | * Description of Connection |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | use eXpansion\Framework\Core\Storage\Data\Player; |
| 16 | 16 | use eXpansion\Framework\Core\Storage\PlayerStorage; |
| 17 | 17 | use eXpansion\Framework\GameManiaplanet\DataProviders\Listener\ListenerInterfaceMpScriptMap; |
| 18 | -use eXpansion\Framework\GameManiaplanet\DataProviders\Listener\ListenerInterfaceMpScriptMatch; |
|
| 19 | 18 | use Maniaplanet\DedicatedServer\Structures\Map; |
| 20 | 19 | use Symfony\Component\Yaml\Yaml; |
| 21 | 20 | use eXpansion\Bundle\MxKarma\Plugins\Connection as MxConnection; |
@@ -2,12 +2,9 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace eXpansion\Bundle\CustomUi\Plugins; |
| 4 | 4 | |
| 5 | -use eXpansion\Framework\AdminGroups\Helpers\AdminGroups; |
|
| 6 | 5 | use eXpansion\Framework\Core\DataProviders\Listener\ListenerInterfaceExpApplication; |
| 7 | -use eXpansion\Framework\Core\DataProviders\Listener\ListenerInterfaceMpLegacyChat; |
|
| 8 | 6 | use eXpansion\Framework\Core\DataProviders\Listener\ListenerInterfaceMpLegacyPlayer; |
| 9 | 7 | use eXpansion\Framework\Core\Plugins\StatusAwarePluginInterface; |
| 10 | -use eXpansion\Framework\Core\Services\Console; |
|
| 11 | 8 | use eXpansion\Framework\Core\Storage\Data\Player; |
| 12 | 9 | use eXpansion\Framework\Core\Storage\PlayerStorage; |
| 13 | 10 | use Maniaplanet\DedicatedServer\Connection; |