コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Dimimo/Booklet
 /**
  * Get the encryption key.
  *
  * @return string
  * @static
  */
 public static function getKey()
 {
     return \Illuminate\Encryption\Encrypter::getKey();
 }