Completed
Push — master ( c0a376...71f1b8 )
by Tim
14s
created
src/Subjects/AbstractCustomerSubject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -180,7 +180,7 @@
 block discarded – undo
180 180
         $status = $this->getRegistryProcessor()->getAttribute($serial);
181 181
 
182 182
         // load the global data we've prepared initially
183
-        $this->storeWebsites =  $status[RegistryKeys::GLOBAL_DATA][RegistryKeys::STORE_WEBSITES];
183
+        $this->storeWebsites = $status[RegistryKeys::GLOBAL_DATA][RegistryKeys::STORE_WEBSITES];
184 184
 
185 185
         // invoke the parent method
186 186
         parent::setUp($serial);
Please login to merge, or discard this patch.