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 ea5e349 commit 26acb9cCopy full SHA for 26acb9c
src/LaravelDeveloperServiceProvider.php
@@ -51,6 +51,8 @@ protected function registerMacros(): self
51
52
return $this;
53
});
54
+
55
+ return $this;
56
}
57
58
public static function migrationFileExists(string $migrationFileName): bool
0 commit comments