mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Minor style fix in readme
This commit is contained in:
committed by
GitHub
parent
884eaeeb1a
commit
16c570c589
@@ -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);
|
||||
}
|
||||
// ...
|
||||
|
||||
Reference in New Issue
Block a user