Commit 04563cb7 by Ragazzo

code style fix

parent ba31ee61
...@@ -112,9 +112,9 @@ class Response extends \yii\base\Response ...@@ -112,9 +112,9 @@ class Response extends \yii\base\Response
ob_end_clean(); ob_end_clean();
echo $content; echo $content;
exit(0); exit(0);
} } else {
else
echo $content; echo $content;
}
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment