From 87bd2f1cfd221c867f401575aa20cbb19a5d5b92 Mon Sep 17 00:00:00 2001 From: Jonas Staudenmeir Date: Fri, 17 May 2024 17:41:00 +0200 Subject: [PATCH] Remove obsolete version from Docker Compose files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70d6a96..bc37e99 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