mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Migrate to readonly properties
This commit is contained in:
parent
a107773c11
commit
ca018c77e3
71 changed files with 203 additions and 199 deletions
|
@ -16,8 +16,8 @@ use Wallabag\Redis\Producer as RedisProducer;
|
|||
class DeliciousController extends AbstractController
|
||||
{
|
||||
public function __construct(
|
||||
private RabbitMqProducer $rabbitMqProducer,
|
||||
private RedisProducer $redisProducer,
|
||||
private readonly RabbitMqProducer $rabbitMqProducer,
|
||||
private readonly RedisProducer $redisProducer,
|
||||
) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue