Release 2.13 (#4659)
This commit is contained in:
@@ -20,8 +20,8 @@ use Symfony\Component\HttpFoundation\RequestStack;
|
||||
class SamlAuthFactory
|
||||
{
|
||||
public function __construct(
|
||||
private RequestStack $request,
|
||||
private SamlConfigurationInterface $configuration
|
||||
private readonly RequestStack $request,
|
||||
private readonly SamlConfigurationInterface $configuration
|
||||
) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user