Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6f7d982

Browse filesBrowse files
authored
Remove references to config getters (#9479)
1 parent a5311a9 commit 6f7d982
Copy full SHA for 6f7d982

File tree

Expand file treeCollapse file tree

1 file changed

+0
-8
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-8
lines changed

‎configuration.md

Copy file name to clipboardExpand all lines: configuration.md
-8Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -202,14 +202,6 @@ To set configuration values at runtime, you may invoke the `Config` facade's `se
202202

203203
config(['app.timezone' => 'America/Chicago']);
204204

205-
To assist with static analysis, the `Config` facade also provides typed configuration retrieval methods. If the retrieved configuration value does not match the expected type, an exception will be thrown:
206-
207-
Config::string('config-key');
208-
Config::integer('config-key');
209-
Config::float('config-key');
210-
Config::boolean('config-key');
211-
Config::array('config-key');
212-
213205
<a name="configuration-caching"></a>
214206
## Configuration Caching
215207

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.