Skip to content

Commit 7dcede4

Browse files
committed
also include the query builder contract for Laravel 10 which defines relationships
1 parent a8c7f71 commit 7dcede4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ide.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"$schema": "https://laravel-ide.com/schema/laravel-ide-v2.json",
33
"helperCode": {
44
"classMixins": [
5+
{
6+
"classFqn": "Illuminate\\Contracts\\Database\\Query\\Builder",
7+
"mixinFqn": "Tpetry\\PostgresqlEnhanced\\Query\\Builder"
8+
},
59
{
610
"classFqn": "Illuminate\\Database\\Query\\Builder",
711
"mixinFqn": "Tpetry\\PostgresqlEnhanced\\Query\\Builder"

0 commit comments

Comments
 (0)