@@ -123,7 +123,7 @@ discard block |
||
123 | 123 | |
124 | 124 | protected function service() |
125 | 125 | { |
126 | - $db =$this->db( 'db-order' ); |
|
126 | + $db = $this->db( 'db-order' ); |
|
127 | 127 | |
128 | 128 | if( !$db->hasColumn( 'mshop_order_base_service', 'baseid' ) ) { |
129 | 129 | return $this; |
@@ -156,7 +156,7 @@ discard block |
||
156 | 156 | |
157 | 157 | protected function subscription() |
158 | 158 | { |
159 | - $db =$this->db( 'db-order' ); |
|
159 | + $db = $this->db( 'db-order' ); |
|
160 | 160 | |
161 | 161 | if( !$db->hasColumn( 'mshop_subscription', 'baseid' ) ) { |
162 | 162 | return $this; |