File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -567,9 +567,6 @@ to enable this feature. This could be added by using the following configuration
567
567
.. code-block :: php
568
568
569
569
// config/packages/cache.php
570
- use Symfony\Component\Cache\Adapter\ChainAdapter;
571
- use Symfony\Component\DependencyInjection\Reference;
572
-
573
570
$container->loadFromExtension('framework', [
574
571
'cache' => [
575
572
'pools' => [
Original file line number Diff line number Diff line change @@ -381,7 +381,6 @@ alternatives based on the :ref:`service binding <services-binding>` feature:
381
381
// config/services.php
382
382
use App\Some\Service;
383
383
use Psr\Log\LoggerInterface;
384
- use Symfony\Component\DependencyInjection\Reference;
385
384
386
385
387
386
$container->register(Service::class)
You can’t perform that action at this time.
0 commit comments