forked from wallabag/wallabag
Migrate to readonly properties
This commit is contained in:
@ -16,8 +16,8 @@ use Wallabag\Redis\Producer as RedisProducer;
|
||||
class InstapaperController extends AbstractController
|
||||
{
|
||||
public function __construct(
|
||||
private RabbitMqProducer $rabbitMqProducer,
|
||||
private RedisProducer $redisProducer,
|
||||
private readonly RabbitMqProducer $rabbitMqProducer,
|
||||
private readonly RedisProducer $redisProducer,
|
||||
) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user