Skip to content

Commit

Permalink
fix: generate nova test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
t0xas committed May 14, 2024
1 parent 8d8aa93 commit 0a63cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generators/NovaTestGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ protected function getFilters(): array
return $filters;
}

protected function getDumpName(string $dumpName = 'dump'): string
protected function getDumpName(): string
{
$modelName = Str::snake($this->model);

Expand Down

0 comments on commit 0a63cf6

Please sign in to comment.