feat: CI/CD pipeline setup complete - Ansible playbooks updated, secrets configured, workflow ready
This commit is contained in:
@@ -5,6 +5,7 @@ declare(strict_types=1);
|
||||
namespace App\Framework\Encryption;
|
||||
|
||||
use App\Framework\Random\RandomGenerator;
|
||||
use App\Framework\Random\SecureRandomGenerator;
|
||||
use RuntimeException;
|
||||
|
||||
/**
|
||||
@@ -13,9 +14,8 @@ use RuntimeException;
|
||||
final readonly class EncryptionFactory
|
||||
{
|
||||
public function __construct(
|
||||
private RandomGenerator $randomGenerator
|
||||
) {
|
||||
}
|
||||
private RandomGenerator $randomGenerator = new SecureRandomGenerator,
|
||||
) {}
|
||||
|
||||
/**
|
||||
* Create the best available encryption method
|
||||
|
||||
Reference in New Issue
Block a user