Skip to content

Commit

Permalink
Merge pull request #101 from dissto/main
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis authored Apr 2, 2024
2 parents 89e8260 + 3c64deb commit 765949a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/FilamentResourceTestsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ protected function getStubContents(string $stub, array $stubVariables = []): arr
foreach ($stubVariables as $search => $replace) {
$contents = preg_replace("/\{\{\s*{$search}\s*\}\}/", $replace, $contents);
}

return $contents.PHP_EOL;
}

Expand Down

0 comments on commit 765949a

Please sign in to comment.