コード例 #1
0
ファイル: Ssl.php プロジェクト: hyn/webserver
 /**
  * Publish path for specific filetype.
  *
  * @param string $postfix
  *
  * @return string
  */
 protected function publishPath($postfix = 'key')
 {
     return $this->certificate->publishPath($postfix);
 }