Skip to content

Commit 28cbf04

Browse files
forgot one spot
1 parent d5cac05 commit 28cbf04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/support/docblocks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const getBlocks = (
110110
.concat(
111111
[...model.scopes, "newModelQuery", "newQuery", "query"].map(
112112
(method) => {
113-
return `@method static \\Illuminate\\Database\\Eloquent\\Builder<${className}> ${method}()`;
113+
return `@method static \\Illuminate\\Database\\Eloquent\\Builder<${className}>|${className} ${method}()`;
114114
},
115115
),
116116
)

0 commit comments

Comments
 (0)