This commit is contained in:
gtoriadotnet 2022-03-24 00:24:47 -04:00
parent 6a7732bdd0
commit 37bbaf0cb9
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class AppSettings extends Controller
$dataType = $this->types[$flag->dataType];
$name = '';
if($prefix != 'Unscoped') {
if($flag->type != 'Unscoped') {
$name = ($prefix . $dataType);
}