Skip to content

Commit

Permalink
Remove obsolete version from Docker Compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed May 17, 2024
1 parent 12e33eb commit 87bd2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ class Comment extends Model
If you are using [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper), this package provides a model hook that will correctly add relations when generating the type hints.
The model hook is **enabled by default** using [Package Discovery](https://laravel.com/docs/packages#package-discovery).

To enable it manually, add [model hook](https://github.com/barryvdh/laravel-ide-helper#model-hooks) to the model_hooks array. ?
To enable it manually, add [model hook](https://github.com/barryvdh/laravel-ide-helper#model-hooks) to the model_hooks array.

```php
// File: config/ide-helper.php
Expand Down

0 comments on commit 87bd2f1

Please sign in to comment.