mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Use ContainerInterface from DependencyInjection Component
This enables better autocomplete.
This commit is contained in:
parent
96214bffc4
commit
22c836096e
1 changed files with 1 additions and 1 deletions
|
@ -32,10 +32,10 @@ namespace App\Services;
|
|||
use App\Configuration\PermissionsConfiguration;
|
||||
use App\Entity\User;
|
||||
use App\Security\Interfaces\HasPermissionsInterface;
|
||||
use Psr\Container\ContainerInterface;
|
||||
use Symfony\Component\Config\ConfigCache;
|
||||
use Symfony\Component\Config\Definition\Processor;
|
||||
use Symfony\Component\Config\Resource\FileResource;
|
||||
use Symfony\Component\DependencyInjection\ContainerInterface;
|
||||
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
|
||||
use Symfony\Component\Yaml\Yaml;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue