forked from wallabag/wallabag
Migrate to readonly properties
This commit is contained in:
@ -10,7 +10,7 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
|
||||
class AuthenticatorProvider implements ExpressionFunctionProviderInterface
|
||||
{
|
||||
public function __construct(
|
||||
private HttpClientInterface $requestHtmlFunctionClient,
|
||||
private readonly HttpClientInterface $requestHtmlFunctionClient,
|
||||
) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user