コード例 #1
0
ファイル: _ide_helper.php プロジェクト: nmkr/basic-starter
 /**
  * Set the encryption key.
  *
  * @param string $key
  * @return void 
  * @static 
  */
 public static function setKey($key)
 {
     \Illuminate\Encryption\Encrypter::setKey($key);
 }