forked from wallabag/wallabag
Migrate to readonly properties
This commit is contained in:
@ -13,7 +13,7 @@ class IgnoreOriginInstanceRuleVoter extends Voter
|
||||
public const DELETE = 'DELETE';
|
||||
|
||||
public function __construct(
|
||||
private Security $security,
|
||||
private readonly Security $security,
|
||||
) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user