Skip to content

Commit

Permalink
PSR2
Browse files Browse the repository at this point in the history
  • Loading branch information
tradzero committed Apr 26, 2017
1 parent 435d4d9 commit ff9f6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @param string $prefix 选择相对于laravel文件目录的位置 默认为public
* @return string path
*/
function cdnAsset($path, $prefix="public")
function cdnAsset($path, $prefix = "public")
{
$domain = config('staticupload.qiniu_domain');
if (0 !== stripos($domain, 'https://') && 0 !== stripos($domain, 'http://')) {
Expand Down

0 comments on commit ff9f6f2

Please sign in to comment.