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 49aac46 commit 8d7c7a4Copy full SHA for 8d7c7a4
src/Illuminate/Contracts/Container/ContextualBindingBuilder.php
@@ -27,4 +27,13 @@ public function give($implementation);
27
* @return void
28
*/
29
public function giveTagged($tag);
30
+
31
+ /**
32
+ * Specify the configuration item to bind as a primitive.
33
+ *
34
+ * @param string $key
35
+ * @param ?string $default
36
+ * @return void
37
+ */
38
+ public function giveConfig($key, $default = null);
39
}
0 commit comments