We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6a53c commit 584e1adCopy full SHA for 584e1ad
patches/illuminate-container-container-php.patch
@@ -0,0 +1,11 @@
1
+--- /dev/null
2
++++ ../Container.php
3
+@@ -805,7 +805,7 @@
4
+ // If the requested type is registered as a singleton we'll want to cache off
5
+ // the instances in "memory" so we can return it later without creating an
6
+ // entirely new instance of an object on each subsequent request for it.
7
+- if ($this->isShared($abstract) && ! $needsContextualBuild) {
8
++ if (! $needsContextualBuild) {
9
+ $this->instances[$abstract] = $object;
10
+ }
11
+
0 commit comments