コード例 #1
0
ファイル: Path.php プロジェクト: captcha-com/laravel-captcha
 /**
  * Physical path of user captcha config file.
  *
  * @return string
  */
 public static function getUserCaptchaConfigFilePath()
 {
     return LaravelInformation::getConfigPath('captcha.php');
 }