Completed
Pull Request — master (#130)
by Freek
08:52 queued 06:59
created
src/Traits/DetectsChanges.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -62,6 +62,9 @@
 block discarded – undo
62 62
         )->toArray();
63 63
     }
64 64
 
65
+    /**
66
+     * @param Model $model
67
+     */
65 68
     protected static function getRelatedModelAttributeValue($model, $attribute): array
66 69
     {
67 70
         if (substr_count($attribute, '.') > 1) {
Please login to merge, or discard this patch.