예제 #1
0
 /**
  * Set the encryption key.
  *
  * @param string $key
  * @return void 
  * @static 
  */
 public static function setKey($key)
 {
     \Illuminate\Encryption\Encrypter::setKey($key);
 }