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.
2 parents 7c703eb + 52786f6 commit 952fce1Copy full SHA for 952fce1
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `laravel-useful-additions` will be documented in this file.
4
5
+## v3.0.0 - 2023-03-12
6
+
7
+Rename package
8
9
## v2.0.0 - 2023-02-24
10
11
Laravel 10 Support
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