Skip to content

Commit

Permalink
Removed translation wrapper from getModel
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis committed Sep 18, 2023
1 parent 777685d commit 173fbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/ResourceLockResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ResourceLockResource extends Resource

public static function getModel(): string
{
return __(config('resource-lock.models.ResourceLock', ResourceLock::class));
return config('resource-lock.models.ResourceLock', ResourceLock::class);
}

public static function getPluralLabel(): string
Expand Down

0 comments on commit 173fbed

Please sign in to comment.