Merge pull request #3077 from SandeshPyakurel/patch1

Typo fixed in Show.php file
This commit is contained in:
Cüneyt Şentürk 2023-10-21 18:30:24 +03:00 committed by GitHub
commit ec601da600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ abstract class Show extends Component
$permission = '';
$config_key = 'create';
// if set config trasnlation config_key
// if set config translation config_key
if ($permission = config('type.document.' . $document_type . '.permission.' . $config_key)) {
return $permission;
}