-
-
Notifications
You must be signed in to change notification settings - Fork 324
Injections on bound class #62
Copy link
Copy link
Closed
Labels
Description
It looks like implementations of an interface does not get "injections"
Eg:
$container->set('Phoriz\Session\SessionHandler')
->bindTo('Phoriz\Session\FileSession\FileSessionHandler');
It looks like Phoriz\Session\SessionHandler gets it properties injected, but Phoriz\Session\FileSession\FileSessionHandler does not.
Is this by design?
Reactions are currently unavailable