예제 #1
0
파일: Proxy.php 프로젝트: aiesh/magento2
 /**
  * {@inheritdoc}
  */
 public function get($key = null, $defaultValue = null)
 {
     return $this->subject->get($key, $defaultValue);
 }