Skip to content

Commit a284391

Browse files
committed
Merge branch 'customizable_stubs' of github.com:iksaku/filament into customizable_stubs
2 parents 2d59b41 + d4916e7 commit a284391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/Concerns/CanManipulateFiles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ protected function copyStubToApp($stub, $targetPath, $replacements = [])
2424
{
2525
$filesystem = new Filesystem();
2626

27-
if (!$this->fileExists($stubPath = base_path("stubs/filament/{$stub}.stub"))) {
27+
if (! $this->fileExists($stubPath = base_path("stubs/filament/{$stub}.stub"))) {
2828
$stubPath = __DIR__ . "/../../../stubs/{$stub}.stub";
2929
}
3030

0 commit comments

Comments
 (0)