From 16c570c589303a5dfbaf9b020d5db39dc4dfe244 Mon Sep 17 00:00:00 2001 From: Dimitris Savvopoulos Date: Fri, 2 Sep 2016 12:50:36 +0300 Subject: [PATCH] Minor style fix in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } // ...