mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-26 19:58:53 +02:00
Removed unused imports
This commit is contained in:
parent
13209c3236
commit
63df16a369
79 changed files with 0 additions and 169 deletions
|
@ -47,9 +47,6 @@ use App\Entity\LabelSystem\LabelOptions;
|
|||
use App\Services\LabelSystem\Barcodes\BarcodeContentGenerator;
|
||||
use Com\Tecnick\Barcode\Barcode;
|
||||
use InvalidArgumentException;
|
||||
use PhpParser\Node\Stmt\Label;
|
||||
use Symfony\Component\Mime\MimeTypes;
|
||||
use Twig\Extra\Html\HtmlExtension;
|
||||
|
||||
final class BarcodeGenerator
|
||||
{
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
namespace App\Services\LabelSystem\PlaceholderProviders;
|
||||
|
||||
use App\Entity\LabelSystem\LabelOptions;
|
||||
use App\Entity\LabelSystem\LabelProfile;
|
||||
use App\Services\LabelSystem\BarcodeGenerator;
|
||||
use App\Services\LabelSystem\Barcodes\BarcodeContentGenerator;
|
||||
|
||||
|
|
|
@ -45,7 +45,6 @@ use App\Entity\UserSystem\User;
|
|||
use DateTime;
|
||||
use IntlDateFormatter;
|
||||
use Locale;
|
||||
use Symfony\Component\Routing\Generator\UrlGenerator;
|
||||
use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
|
||||
use Symfony\Component\Security\Core\Security;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue