@@ -12,11 +12,11 @@ |
||
| 12 | 12 | { |
| 13 | 13 | |
| 14 | 14 | if (!preg_match("/^[A-Za-z0-9_-]+$/", $table)) { |
| 15 | - throw new \ErrorException("Invalid table name " . $table); |
|
| 15 | + throw new \ErrorException("Invalid table name ".$table); |
|
| 16 | 16 | } |
| 17 | 17 | |
| 18 | 18 | if (!preg_match("/^[A-Za-z0-9_-]+$/", $columnName)) { |
| 19 | - throw new \ErrorException("Invalid Column name " . $columnName); |
|
| 19 | + throw new \ErrorException("Invalid Column name ".$columnName); |
|
| 20 | 20 | } |
| 21 | 21 | |
| 22 | 22 | $slugTbl = $this->getTablePrefix($table); |