File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 22
33All notable changes to ` ecow ` will be documented in this file.
44
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+
513## v1.0.1 - 2024-08-08
614
715### What's Changed
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ public function getModelGuid(mixed $model): string
115115 ->where ('key ' , $ model ->getKey ())
116116 ->where ('property ' , 'guid ' )
117117 ->orderBy ('model_version ' )
118- ->first ()->value ?? ( string ) str ()-> ulid ();
118+ ->first ()->value ?? $ model -> getKey ();
119119 }
120120
121121 public function retrieveModel (mixed $ model ): mixed
You can’t perform that action at this time.
0 commit comments