Skip to content

Commit

Permalink
Remove references to config getters (#9479)
Browse files Browse the repository at this point in the history
  • Loading branch information
giraz82 committed Mar 12, 2024
1 parent a5311a9 commit 6f7d982
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,6 @@ To set configuration values at runtime, you may invoke the `Config` facade's `se

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

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:

Config::string('config-key');
Config::integer('config-key');
Config::float('config-key');
Config::boolean('config-key');
Config::array('config-key');

<a name="configuration-caching"></a>
## Configuration Caching

Expand Down

0 comments on commit 6f7d982

Please sign in to comment.