mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-26 18:21:02 +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,7 +16,7 @@ use Simpleue\Queue\RedisQueue;
|
|||
class Producer implements ProducerInterface
|
||||
{
|
||||
public function __construct(
|
||||
private RedisQueue $queue,
|
||||
private readonly RedisQueue $queue,
|
||||
) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue