From 14243b5ef718b178011ddc2db93e19b3ab6ba8d2 Mon Sep 17 00:00:00 2001 From: Rabii Brahimi Date: Tue, 13 Feb 2024 11:58:08 +0000 Subject: [PATCH] Remove Duplication --- application/Espo/Binding.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/application/Espo/Binding.php b/application/Espo/Binding.php index b14d103a7d..473e27ca80 100644 --- a/application/Espo/Binding.php +++ b/application/Espo/Binding.php @@ -63,11 +63,6 @@ class Binding implements BindingProcessor 'container' ); - $binder->bindService( - 'Espo\\Core\\Container', - 'container' - ); - $binder->bindService( 'Psr\\Container\\ContainerInterface', 'container'