Completed
Pull Request — 5.1 (#144)
by
unknown
04:02
created
src/EntityMap.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -1219,6 +1219,11 @@
 block discarded – undo
1219 1219
         return $array;
1220 1220
     }
1221 1221
 
1222
+    /**
1223
+     * @param string $column_name
1224
+     *
1225
+     * @return string
1226
+     */
1222 1227
     public function mapColumnToAttribute($column_name)
1223 1228
     {
1224 1229
         $attributes = $this->getAttributes();
Please login to merge, or discard this patch.