Skip to content

Commit 27783bc

Browse files
Update src/Middleware.php
Co-authored-by: Jonathan Reinink <[email protected]>
1 parent 3c78908 commit 27783bc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Middleware.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ public function version(Request $request)
2121
return md5(config('app.asset_url'));
2222
}
2323

24-
// Alternatively, when we are running in a regular (non-serverless) environment
25-
// we'll attempt to use the Laravel Mix asset manifest to generate our hash.
2624
if (file_exists($manifest = public_path('mix-manifest.json'))) {
2725
return md5_file($manifest);
2826
}

0 commit comments

Comments
 (0)