Skip to content

Commit

Permalink
fixed dump controller
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jan 13, 2016
1 parent c655d45 commit 8f5eda1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/controllers/DumpController.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ class DumpController extends CommonController

public function actionMake()
{
$data = $this->getConfig()->getItems();
$data = $this->takeConfig()->getItems();
unset($data['dump'], $data['start']);
echo Yaml::dump(ArrayHelper::toArray($data), 4);
}
}

0 comments on commit 8f5eda1

Please sign in to comment.