Merge pull request #386 from dimsav/patch-1

Minor style fix in readme
This commit is contained in:
Barry vd. Heuvel
2016-09-02 16:16:38 +02:00
committed by GitHub
+1 -1
View File
@@ -49,7 +49,7 @@ Instead of adding the service provider in the `config/app.php` file, add the fol
```php ```php
public function register() public function register()
{ {
if($this->app->environment() !== 'production') { if ($this->app->environment() !== 'production') {
$this->app->register(\Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class); $this->app->register(\Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class);
} }
// ... // ...