diff --git a/readme.md b/readme.md index 06a3825..3432459 100644 --- a/readme.md +++ b/readme.md @@ -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); } // ...