Example #1
0
 /**
  * {@inheritDoc}
  */
 public function getStorages()
 {
     return $this->staticRegistry->getStorages();
 }
Example #2
0
 /**
  * {@inheritDoc}
  */
 public function getStorages()
 {
     return array_replace($this->fallbackRegistry->getStorages(), $this->registry->getStorages());
 }