mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
fix(PHP8.2): Declare Symfony Application property in console application
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
f0b9b6ebaa
commit
e2f4110a3f
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ use Symfony\Component\EventDispatcher\EventDispatcherInterface;
|
|||
class Application {
|
||||
/** @var IConfig */
|
||||
private $config;
|
||||
private SymfonyApplication $application;
|
||||
/** @var EventDispatcherInterface */
|
||||
private $dispatcher;
|
||||
/** @var IRequest */
|
||||
|
|
|
|||
Loading…
Reference in a new issue