Skip to content
Snippets Groups Projects

Update HttpQueueController.php

Merged Eirik Morland requested to merge issue/http_queue-3483246:3483246- into 8.x-1.x
Files
2
@@ -2,13 +2,13 @@
namespace Drupal\http_queue\Controller;
use Drupal\advancedqueue\Job;
use Drupal\Component\Datetime\TimeInterface;
use Drupal\Core\Controller\ControllerBase;
use Drupal\Core\Database\Connection;
use Drupal\Core\Extension\ModuleHandlerInterface;
use Drupal\Core\PageCache\ResponsePolicy\KillSwitch;
use Drupal\Core\Site\Settings;
use Drupal\advancedqueue\Job;
use Psr\Log\LoggerInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\HttpFoundation\JsonResponse;
Loading