Completed
Pull Request — master (#5)
by Tim
03:09
created
src/Subjects/AbstractCategorySubject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -301,7 +301,7 @@
 block discarded – undo
301 301
         $status = $this->getRegistryProcessor()->getAttribute($this->getSerial());
302 302
 
303 303
         // load the global data we've prepared initially
304
-        $this->storeWebsites =  $status[RegistryKeys::GLOBAL_DATA][RegistryKeys::STORE_WEBSITES];
304
+        $this->storeWebsites = $status[RegistryKeys::GLOBAL_DATA][RegistryKeys::STORE_WEBSITES];
305 305
         $this->stores = $status[RegistryKeys::GLOBAL_DATA][RegistryKeys::STORES];
306 306
         $this->taxClasses = $status[RegistryKeys::GLOBAL_DATA][RegistryKeys::TAX_CLASSES];
307 307
         $this->coreConfigData = $status[RegistryKeys::GLOBAL_DATA][RegistryKeys::CORE_CONFIG_DATA];
Please login to merge, or discard this patch.