Minor style fix in readme

This commit is contained in:
Dimitris Savvopoulos
2016-09-02 12:50:36 +03:00
committed by GitHub
parent 884eaeeb1a
commit 16c570c589
+1 -1
View File
@@ -49,7 +49,7 @@ Instead of adding the service provider in the `config/app.php` file, add the fol
```php
public function register()
{
if($this->app->environment() !== 'production') {
if ($this->app->environment() !== 'production') {
$this->app->register(\Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class);
}
// ...