Completed
Push — master ( b28347...b60c23 )
by Martin
03:01
created
src/Traits/HasSerializableValuesTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -38,6 +38,9 @@
 block discarded – undo
38 38
             : parent::isFillable($key);
39 39
     }
40 40
 
41
+    /**
42
+     * @param string $key
43
+     */
41 44
     public function getAttribute($key)
42 45
     {
43 46
         return in_array($key, $this->getSerializableAttributes())
Please login to merge, or discard this patch.