コード例 #1
0
ファイル: AuraSessionDriver.php プロジェクト: jamesdb/cart
 /**
  * {@inheritdoc}
  */
 public function get($identifier)
 {
     return $this->session->get($identifier);
 }