Skip to content

Commit f50966b

Browse files
committed
Merge pull request laravel#631 from Youpie/patch-1
Fix inline code formatting.
2 parents 92ff01e + f077a87 commit f50966b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ You may also pass arguments to the `environment` method to check if the environm
8888
<a name="provider-configuration"></a>
8989
### Provider Configuration
9090

91-
When using environment configuration, you may want to "append" environment [service providers](/docs/ioc#service-providers) to your primary `app` configuration file. However, if you try this, you will notice the environment `app providers are overriding the providers in your primary `app` configuration file. To force the providers to be appended, use the `append_config` helper method in your environment `app` configuration file:
91+
When using environment configuration, you may want to "append" environment [service providers](/docs/ioc#service-providers) to your primary `app` configuration file. However, if you try this, you will notice the environment `app` providers are overriding the providers in your primary `app` configuration file. To force the providers to be appended, use the `append_config` helper method in your environment `app` configuration file:
9292

9393
'providers' => append_config(array(
9494
'LocalOnlyServiceProvider',

0 commit comments

Comments
 (0)