Fix LegacyEncryption to use config for IV
This commit is contained in:
@@ -28,7 +28,7 @@ class LegacyEncryption
|
||||
}
|
||||
|
||||
$this->key = trim(file_get_contents($keyPath));
|
||||
$this->iv = env('LEGACY_IV', '');
|
||||
$this->iv = config('intaleq.legacy_iv', '');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user