Typo fixed in Show.php file

This commit is contained in:
Sandesh-Pyakurel 2023-10-19 21:43:15 +05:45
parent 3d9dc7e5aa
commit 02c3d89085
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;
}