@@ -26,7 +26,7 @@ |
||
26 | 26 | public function __construct(string $tableName, string $connection = 'default', bool $raw = false) |
27 | 27 | { |
28 | 28 | parent::__construct( |
29 | - $this->initStruct($tableName,$raw), |
|
29 | + $this->initStruct($tableName, $raw), |
|
30 | 30 | Database::getDataSource($connection), |
31 | 31 | $this); |
32 | 32 | } |