Skip to content

Commit fbdba29

Browse files
Merge pull request #229 from michaelnabil230/fix-typo
Fix typo
2 parents eb76eff + fcb64b1 commit fbdba29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/repositories/controllers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { projectPath } from "../support/project";
44

55
const load = (): string[] => {
66
return collectControllers(projectPath("app/Http/Controllers")).map(
7-
(contoller) => contoller.replace(/@__invoke/, ""),
7+
(controller) => controller.replace(/@__invoke/, ""),
88
);
99
};
1010

0 commit comments

Comments
 (0)