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 ba2ba64 commit 12e33eb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
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
2 changes: 0 additions & 2 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
php8.2:
image: ghcr.io/staudenmeir/php:8.2
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
php8.2:
image: ghcr.io/staudenmeir/php:8.2
Expand Down

0 comments on commit 12e33eb

Please sign in to comment.