mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Fix on php 7.3
This commit is contained in:
@@ -51,7 +51,7 @@ class FileService {
|
||||
private $timeFactory;
|
||||
|
||||
/** @var SettingsService */
|
||||
private SettingsService $settingsService;
|
||||
private $settingsService;
|
||||
|
||||
public function __construct($userId,
|
||||
IRootFolder $rootFolder,
|
||||
|
||||
@@ -41,6 +41,7 @@ use OCA\QuickNotes\Db\Tag;
|
||||
use OCA\QuickNotes\Db\TagMapper;
|
||||
|
||||
use OCA\QuickNotes\Service\FileService;
|
||||
use OCA\QuickNotes\Service\SettingsService;
|
||||
|
||||
|
||||
class NoteService {
|
||||
|
||||
Reference in New Issue
Block a user