Skip to content

Commit

Permalink
feat(Composer): provider laravel5.5 discover
Browse files Browse the repository at this point in the history
  • Loading branch information
helingfeng committed May 23, 2019
1 parent e93be25 commit 74fb580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Middleware/HtmlCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function getRealFileNameByPath($path)
// ...
}
}
$fileName = md5(path);
$fileName = md5($path);
return $fullPath . DIRECTORY_SEPARATOR . $fileName;
}

Expand Down

0 comments on commit 74fb580

Please sign in to comment.