File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -1037,22 +1037,6 @@ public function addUserProviderFactory(UserProviderFactoryInterface $factory): v
10371037 $ this ->userProviderFactories [] = $ factory ;
10381038 }
10391039
1040- /**
1041- * @deprecated since Symfony 7.4, to be removed in Symfony 8.0 together with XML support.
1042- */
1043- public function getXsdValidationBasePath (): string |false
1044- {
1045- return __DIR__ .'/../Resources/config/schema ' ;
1046- }
1047-
1048- /**
1049- * @deprecated since Symfony 7.4, to be removed in Symfony 8.0 together with XML support.
1050- */
1051- public function getNamespace (): string
1052- {
1053- return 'http://symfony.com/schema/dic/security ' ;
1054- }
1055-
10561040 public function getConfiguration (array $ config , ContainerBuilder $ container ): ?ConfigurationInterface
10571041 {
10581042 // first assemble the factories
You can’t perform that action at this time.
0 commit comments