Fix on php 7.3

This commit is contained in:
Matias De lellis
2021-03-26 10:48:47 -03:00
parent 6bfdd955b1
commit f299002108
2 changed files with 2 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ class FileService {
private $timeFactory;
/** @var SettingsService */
private SettingsService $settingsService;
private $settingsService;
public function __construct($userId,
IRootFolder $rootFolder,