Commit 04563cb7 by Ragazzo

code style fix

parent ba31ee61
......@@ -112,10 +112,10 @@ class Response extends \yii\base\Response
ob_end_clean();
echo $content;
exit(0);
}
else
} else {
echo $content;
}
}
/**
* Sends existing file to a browser as a download using x-sendfile.
......
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