diff --git a/README.md b/README.md index bc37e99..70d6a96 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docker-compose.ci.yml b/docker-compose.ci.yml index c0b3df9..e0c7da3 100644 --- a/docker-compose.ci.yml +++ b/docker-compose.ci.yml @@ -1,5 +1,3 @@ -version: '3.8' - services: php8.2: image: ghcr.io/staudenmeir/php:8.2 diff --git a/docker-compose.yml b/docker-compose.yml index d4e5a97..84a88b8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,3 @@ -version: '3.8' - services: php8.2: image: ghcr.io/staudenmeir/php:8.2