Skip to content

Commit a3f3716

Browse files
type
1 parent 28cbf04 commit a3f3716

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
@@ -202,7 +202,7 @@ const getAttributeBlocks = (
202202

203203
if (!["accessor", "attribute"].includes(attr.cast || "")) {
204204
blocks.push(
205-
`@method static \\Illuminate\\Database\\Eloquent\\Builder<${className}>|${className}> where${attr.title_case}($value)`,
205+
`@method static \\Illuminate\\Database\\Eloquent\\Builder<${className}>|${className} where${attr.title_case}($value)`,
206206
);
207207
}
208208

0 commit comments

Comments
 (0)