mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
@@ -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);
|
||||||
}
|
}
|
||||||
// ...
|
// ...
|
||||||
|
|||||||
Reference in New Issue
Block a user