declared class properties

This commit is contained in:
benson
2023-04-29 21:15:52 +08:00
parent 13fd802180
commit a197f66d6d
16 changed files with 65 additions and 14 deletions

View File

@@ -10,10 +10,13 @@ use OCA\NCDownloader\Tools\Helper;
class SearchController extends Controller
{
private $userId;
private $uid;
private $settings = null;
//@config OC\AppConfig
private $l10n;
private $urlGenerator;
private $search;
public function __construct($appName, IRequest $request, $UserId)
{