@@ -63,6 +63,9 @@ |
||
63 | 63 | } |
64 | 64 | |
65 | 65 | |
66 | + /** |
|
67 | + * @param Model $model |
|
68 | + */ |
|
66 | 69 | protected static function getRelatedModelAttributeValue($model, $attribute): array { |
67 | 70 | if (substr_count($attribute, '.') > 1) { |
68 | 71 | throw CouldNotLogChanges::invalidAttribute($attribute); |