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 0341bc7 commit 8c3e489Copy full SHA for 8c3e489
src/RefreshDatabaseFast.php
@@ -70,7 +70,7 @@ private function calculateChecksum(): string
70
$files = array_keys(iterator_to_array($files));
71
72
$checksum = collect($files)->map(function ($file) {
73
- return md5_file($file);
+ return md5_file($file);
74
})->implode('');
75
76
return md5($checksum);
0 commit comments