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.
2 parents 2d59b41 + d4916e7 commit a284391Copy full SHA for a284391
src/Commands/Concerns/CanManipulateFiles.php
@@ -24,7 +24,7 @@ protected function copyStubToApp($stub, $targetPath, $replacements = [])
24
{
25
$filesystem = new Filesystem();
26
27
- if (!$this->fileExists($stubPath = base_path("stubs/filament/{$stub}.stub"))) {
+ if (! $this->fileExists($stubPath = base_path("stubs/filament/{$stub}.stub"))) {
28
$stubPath = __DIR__ . "/../../../stubs/{$stub}.stub";
29
}
30
0 commit comments