Skip to content

Commit a8c7f71

Browse files
authored
IDE Builder and Blueprint completions with ide.json
1 parent c52890a commit a8c7f71

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

ide.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "https://laravel-ide.com/schema/laravel-ide-v2.json",
3+
"helperCode": {
4+
"classMixins": [
5+
{
6+
"classFqn": "Illuminate\\Database\\Query\\Builder",
7+
"mixinFqn": "Tpetry\\PostgresqlEnhanced\\Query\\Builder"
8+
},
9+
{
10+
"classFqn": "Illuminate\\Database\\Schema\\Blueprint",
11+
"mixinFqn": "Tpetry\\PostgresqlEnhanced\\Schema\\Blueprint"
12+
}
13+
]
14+
}
15+
}

0 commit comments

Comments
 (0)