wallet fix

This commit is contained in:
CHIEFSOFT\ameye
2023-09-24 18:56:17 -04:00
parent a4bbe30adb
commit d26872effe
2 changed files with 14 additions and 5 deletions
+2 -1
View File
@@ -119,7 +119,7 @@ class WrenchFaq extends BaseController
// );
// }
/*
for ($i = 0; $i < 5; $i++) {
$key = sprintf("%05d", $i);
@@ -129,6 +129,7 @@ class WrenchFaq extends BaseController
"msg" => "Random gibberish text to use in web pages, site templates and in typography demos. Get rid of Lorem Ipsum forever. A tool for web designers who want to save time. ".$key,
);
}
*/
return $data;
}