Skip to content

Commit 375fc80

Browse files
committed
fix: remarks from reviewer
1 parent f78ac03 commit 375fc80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Generators/NovaResourceGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ protected function getImports(): array
187187

188188
if (!empty($this->modelSubFolder)) {
189189
$imports[] = "{$this->getNamespace('nova')}\\Resource";
190-
}
190+
}
191191

192192
return $imports;
193193
}

src/Generators/NovaTestGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ protected function doesNovaResourceExists(): bool
121121
foreach ($possibleNovaModelNames as $modelName) {
122122
if ($this->classExists('nova', $modelName)) {
123123
$this->novaModelName = Str::replace('/', '\\', $modelName);
124-
124+
125125
return true;
126126
}
127127
}

0 commit comments

Comments
 (0)