Skip to content

Commit 952fce1

Browse files
committed
Merge branch 'main' of github.com:laracraft-tech/laravel-useful-additions into main
2 parents 7c703eb + 52786f6 commit 952fce1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `laravel-useful-additions` will be documented in this file.
44

5+
## v3.0.0 - 2023-03-12
6+
7+
Rename package
8+
59
## v2.0.0 - 2023-02-24
610

711
Laravel 10 Support

src/RefreshDatabaseFast.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ private function calculateChecksum(): string
7070
$files = array_keys(iterator_to_array($files));
7171

7272
$checksum = collect($files)->map(function ($file) {
73-
return md5_file($file);
73+
return md5_file($file);
7474
})->implode('');
7575

7676
return md5($checksum);

0 commit comments

Comments
 (0)