Issue #3253666 by longwave, tim.plunkett: Layout Builder uses the wrong RouteObjectInterface

(cherry picked from commit b7dce8cf5a)
merge-requests/1540/head
catch 2021-12-13 10:39:35 +00:00
parent 10d7b48aba
commit ec7f2dacd4
2 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@
namespace Drupal\layout_builder\Routing;
use Drupal\Core\Routing\EnhancerInterface;
use Drupal\Core\Routing\RouteObjectInterface;
use Drupal\layout_builder\LayoutTempstoreRepositoryInterface;
use Drupal\layout_builder\SectionStorageInterface;
use Symfony\Cmf\Component\Routing\RouteObjectInterface;
use Symfony\Component\HttpFoundation\Request;
/**

View File

@ -2,11 +2,11 @@
namespace Drupal\Tests\layout_builder\Unit;
use Drupal\Core\Routing\RouteObjectInterface;
use Drupal\layout_builder\LayoutTempstoreRepositoryInterface;
use Drupal\layout_builder\Routing\LayoutTempstoreRouteEnhancer;
use Drupal\layout_builder\SectionStorageInterface;
use Drupal\Tests\UnitTestCase;
use Symfony\Cmf\Component\Routing\RouteObjectInterface;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\Routing\Route;