Skip to content

Commit 494b166

Browse files
Update src/Middleware.php
Co-authored-by: Jonathan Reinink <[email protected]>
1 parent bcc95e9 commit 494b166

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Middleware.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ class Middleware
1717
*/
1818
public function version(Request $request)
1919
{
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.
2320
if (config('app.asset_url')) {
2421
return md5(config('app.asset_url'));
2522
}

0 commit comments

Comments
 (0)