Completed
Pull Request — master (#222)
by
unknown
01:04
created
src/HasTranslations.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -9,6 +9,9 @@
 block discarded – undo
9 9
 
10 10
 trait HasTranslations
11 11
 {
12
+    /**
13
+     * @param string $key
14
+     */
12 15
     public function getAttributeValue($key)
13 16
     {
14 17
         if (! $this->isTranslatableAttribute($key)) {
Please login to merge, or discard this patch.