hotfix
This commit is contained in:
parent
6a7732bdd0
commit
37bbaf0cb9
|
|
@ -84,7 +84,7 @@ class AppSettings extends Controller
|
|||
$dataType = $this->types[$flag->dataType];
|
||||
|
||||
$name = '';
|
||||
if($prefix != 'Unscoped') {
|
||||
if($flag->type != 'Unscoped') {
|
||||
$name = ($prefix . $dataType);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue