mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
fix(occ): Modify IAppManager
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Seungmin Kim <8457324+ehfd@users.noreply.github.com>
This commit is contained in:
parent
ab9ac5046b
commit
09154c334c
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ use Symfony\Component\Console\Output\OutputInterface;
|
|||
class CheckApp extends Base {
|
||||
public function __construct(
|
||||
private Checker $checker,
|
||||
private ?IAppManager $appManager,
|
||||
private IAppManager $appManager,
|
||||
private AppLocator $appLocator,
|
||||
private FileAccessHelper $fileAccessHelper,
|
||||
) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue