コード例 #1
0
ファイル: Vault.php プロジェクト: milky-ashes/albus
 /**
  * @return VaultRoute
  */
 protected function createRoute()
 {
     return $this->config->createRoute('vault')->setVault($this);
 }
コード例 #2
0
ファイル: Vault.php プロジェクト: spiral-modules/vault
 /**
  * @return VaultRoute
  */
 protected function createRoute()
 {
     return $this->config->createRoute($this->routeName)->withCore($this);
 }