File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` ecow ` will be documented in this file.
4
4
5
+ ## v1.0.2 - 2024-08-08
6
+
7
+ ### What's Changed
8
+
9
+ * Remove unused directories leftover form the skeleton by @inmanturbo in https://github.com/inmanturbo/ecow/pull/2
10
+
11
+ ** Full Changelog** : https://github.com/inmanturbo/ecow/compare/v1.0.1...v1.0.2
12
+
5
13
## v1.0.1 - 2024-08-08
6
14
7
15
### What's Changed
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ public function getModelGuid(mixed $model): string
115
115
->where ('key ' , $ model ->getKey ())
116
116
->where ('property ' , 'guid ' )
117
117
->orderBy ('model_version ' )
118
- ->first ()->value ?? ( string ) str ()-> ulid ();
118
+ ->first ()->value ?? $ model -> getKey ();
119
119
}
120
120
121
121
public function retrieveModel (mixed $ model ): mixed
You can’t perform that action at this time.
0 commit comments