@@ -40,6 +40,6 @@ |
||
40 | 40 | if (empty($this->prefix)) { |
41 | 41 | return $this->name; |
42 | 42 | } |
43 | - return $this->prefix . "_" . $this->name; |
|
43 | + return $this->prefix."_".$this->name; |
|
44 | 44 | } |
45 | 45 | } |
46 | 46 | \ No newline at end of file |