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 eb76eff commit fcb64b1Copy full SHA for fcb64b1
src/repositories/controllers.ts
@@ -4,7 +4,7 @@ import { projectPath } from "../support/project";
4
5
const load = (): string[] => {
6
return collectControllers(projectPath("app/Http/Controllers")).map(
7
- (contoller) => contoller.replace(/@__invoke/, ""),
+ (controller) => controller.replace(/@__invoke/, ""),
8
);
9
};
10
0 commit comments