@@ -252,7 +252,7 @@ |
||
252 | 252 | */ |
253 | 253 | protected function getTable() : string |
254 | 254 | { |
255 | - return 'mshop_' . $this->domain . ( $this->subpath ? '_' . str_replace( '/', '_', $this->subpath ): '' ); |
|
255 | + return 'mshop_' . $this->domain . ( $this->subpath ? '_' . str_replace( '/', '_', $this->subpath ) : '' ); |
|
256 | 256 | } |
257 | 257 | |
258 | 258 |