We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c7f71 commit 7dcede4Copy full SHA for 7dcede4
ide.json
@@ -2,6 +2,10 @@
2
"$schema": "https://laravel-ide.com/schema/laravel-ide-v2.json",
3
"helperCode": {
4
"classMixins": [
5
+ {
6
+ "classFqn": "Illuminate\\Contracts\\Database\\Query\\Builder",
7
+ "mixinFqn": "Tpetry\\PostgresqlEnhanced\\Query\\Builder"
8
+ },
9
{
10
"classFqn": "Illuminate\\Database\\Query\\Builder",
11
"mixinFqn": "Tpetry\\PostgresqlEnhanced\\Query\\Builder"
0 commit comments