8000 Remove unused imports · symfony/symfony-docs@7de6bfc · GitHub
[go: up one dir, main page]

Skip to content

Commit 7de6bfc

Browse files
authored
Remove unused imports
1 parent 21c334d commit 7de6bfc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bundles/extension.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,6 @@ they are compiled when generating the application cache to improve the overall
119119
performance. Define the list of annotated classes to compile in the
120120
``addAnnotatedClassesToCompile()`` method::
121121

122-
use App\Manager\UserManager;
123-
use App\Utils\Slugger;
124-
125-
// ...
126122
public function load(array $configs, ContainerBuilder $container)
127123
{
128124
// ...

0 commit comments

Comments
 (0)
0