Completed
Push — master ( 080b9b...8f9441 )
by Freek
01:54
created
src/HasTranslations.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -106,6 +106,9 @@
 block discarded – undo
106 106
         return TranslatableAttributeCollection::createForModel($this)->isTranslatable($attributeName);
107 107
     }
108 108
 
109
+    /**
110
+     * @param string $attributeName
111
+     */
109 112
     protected function castTranslation($translation, $attributeName)
110 113
     {
111 114
         $cast = TranslatableAttributeCollection::createForModel($this)->getCast($attributeName);
Please login to merge, or discard this patch.