Skip to content

Commit 82c6c6c

Browse files
committed
Merge branch '4.4'
* 4.4: Remove unused imports
2 parents 147d2ca + f1e0c4c commit 82c6c6c

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)