@@ -51,7 +51,7 @@ |
||
| 51 | 51 | } |
| 52 | 52 | |
| 53 | 53 | if (is_null($table)) { |
| 54 | - $this->setTable(get_class($this).'-table'); |
|
| 54 | + $this->setTable(get_class($this) . '-table'); |
|
| 55 | 55 | } else { |
| 56 | 56 | $this->setTable($table); |
| 57 | 57 | } |