-
Notifications
You must be signed in to change notification settings - Fork 34
/
ide.json
31 lines (31 loc) · 1.19 KB
/
ide.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"$schema": "https://laravel-ide.com/schema/laravel-ide-v2.json",
"helperCode": {
"classMixins": [
{
"classFqn": "Illuminate\\Contracts\\Database\\Query\\Builder",
"mixinFqn": "Tpetry\\PostgresqlEnhanced\\Query\\Builder"
},
{
"classFqn": "Illuminate\\Database\\Query\\Builder",
"mixinFqn": "Tpetry\\PostgresqlEnhanced\\Query\\Builder"
},
{
"classFqn": "Illuminate\\Database\\Schema\\Blueprint",
"mixinFqn": "Tpetry\\PostgresqlEnhanced\\Schema\\Blueprint"
},
{
"classFqn": "Illuminate\\Database\\Schema\\ColumnDefinition",
"mixinFqn": "Tpetry\\PostgresqlEnhanced\\Schema\\ColumnDefinition"
},
{
"classFqn": "Illuminate\\Database\\Schema\\IndexDefinition",
"mixinFqn": "Tpetry\\PostgresqlEnhanced\\Schema\\IndexDefinition"
},
{
"classFqn": "Illuminate\\Support\\Facades\\Schema",
"mixinFqn": "Tpetry\\PostgresqlEnhanced\\Support\\Facades\\Schema"
}
]
}
}