Skip to content
This repository was archived by the owner on Jul 26, 2018. It is now read-only.

Commit eab158e

Browse files
committed
minor #7 Remove deprecated addClassesToCompile call (ninsuo)
This PR was merged into the master branch. Discussion ---------- Remove deprecated addClassesToCompile call Hi there, ``` Symfony\Component\HttpKernel\DependencyInjection\Extension::addClassesToCompile() is deprecated since version 3.3, to be removed in 4.0. ``` Cheers, Commits ------- ea9a269 Remove deprecated addClassesToCompile call
2 parents ab3cbf5 + ea9a269 commit eab158e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

DependencyInjection/EasySecurityExtension.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,5 @@ public function load(array $configs, ContainerBuilder $container)
2525
{
2626
$loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
2727
$loader->load('services.xml');
28-
29-
if (PHP_VERSION_ID < 70000) {
30-
$this->addClassesToCompile(array(
31-
'EasyCorp\\Bundle\\EasySecurityBundle\\Security\\Security',
32-
));
33-
}
3428
}
3529
}

0 commit comments

Comments
 (0)