mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 18:13:11 +00:00
Minor typo fix (#548)
This commit is contained in:
committed by
Barry vd. Heuvel
parent
55c9bfc33b
commit
cb6f52f4d6
@@ -166,7 +166,7 @@ After publishing vendor, simply change the `include_fluent` line your `config/id
|
|||||||
```php
|
```php
|
||||||
'include_fluent' => true,
|
'include_fluent' => true,
|
||||||
```
|
```
|
||||||
And then run `php artisan ide-helper:generate` , you will now see all of the Fluent methods are recognized by your IDE now.
|
And then run `php artisan ide-helper:generate` , you will now see all of the Fluent methods are recognized by your IDE.
|
||||||
|
|
||||||
|
|
||||||
## PhpStorm Meta for Container instances
|
## PhpStorm Meta for Container instances
|
||||||
|
|||||||
Reference in New Issue
Block a user