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 0920c23 commit e6199a4Copy full SHA for e6199a4
src/Illuminate/Pipeline/Pipeline.php
@@ -218,6 +218,19 @@ protected function getContainer()
218
return $this->container;
219
}
220
221
+ /**
222
+ * Set the container instance.
223
+ *
224
+ * @param \Illuminate\Contracts\Container\Container $container
225
+ * @return $this
226
+ */
227
+ public function setContainer(Container $container)
228
+ {
229
+ $this->container = $container;
230
+
231
+ return $this;
232
+ }
233
234
/**
235
* Handle the value returned from each pipe before passing it to the next.
236
*
0 commit comments