Skip to content

Commit b9c3ad0

Browse files
committed
fix
1 parent 728fcd9 commit b9c3ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/Resource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public function getName(): string
161161
*/
162162
public function getModelName(): string
163163
{
164-
return __(Str::of($this->getModel())->classBasename()->value());
164+
return __(Str::of($this->getModel())->classBasename()->headline()->value());
165165
}
166166

167167
/**

0 commit comments

Comments
 (0)