forked from wallabag/wallabag
Migrate to readonly properties
This commit is contained in:
@ -12,7 +12,7 @@ use Wallabag\Helper\CryptoProxy;
|
||||
class SiteCredentialFixtures extends Fixture implements DependentFixtureInterface
|
||||
{
|
||||
public function __construct(
|
||||
private CryptoProxy $cryptoProxy,
|
||||
private readonly CryptoProxy $cryptoProxy,
|
||||
) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user