Skip to content

Commit 5097bca

Browse files
committed
Update InitAclsCmd.php
1 parent 5babb84 commit 5097bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devtools/cmd/commands/InitAclsCmd.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ public static function run(&$config, $options) {
4848
$tbl=new ConsoleTable();
4949
$tbl->setIndent(5);
5050
$rArray=new ClassicArray($classes);
51-
$rArray->setFields(\array_keys($classes));
5251
$tbl->setDatas($rArray->parse());
5352
echo $tbl->getTable();
53+
ob_start();
5454
CacheManager::initCache($config, 'models');
5555
$res = ob_get_clean();
5656
echo ConsoleFormatter::showMessage($res, 'success', 'init-cache: models');

0 commit comments

Comments
 (0)