We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc95e9 commit 494b166Copy full SHA for 494b166
src/Middleware.php
@@ -17,9 +17,6 @@ class Middleware
17
*/
18
public function version(Request $request)
19
{
20
- // When we are running on Laravel Vapor, asset URLs are automatically updated
21
- // when the application is being deployed. Because of this, we do not need
22
- // to use any files for hashing, as we can simply use this URL instead.
23
if (config('app.asset_url')) {
24
return md5(config('app.asset_url'));
25
}
0 commit comments