mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
Forgot access sig
This commit is contained in:
parent
c5bdc2f74d
commit
e993761cb3
@ -26,7 +26,7 @@ class ContactPhotoController extends Controller {
|
|||||||
/**
|
/**
|
||||||
* @var \OCP\ICache
|
* @var \OCP\ICache
|
||||||
*/
|
*/
|
||||||
$cache;
|
protected $cache;
|
||||||
|
|
||||||
public function __construct($appName, IRequest $request, App $app, ICache $cache) {
|
public function __construct($appName, IRequest $request, App $app, ICache $cache) {
|
||||||
parent::__construct($appName, $request, $app);
|
parent::__construct($appName, $request, $app);
|
||||||
|
@ -41,7 +41,7 @@ class TemporaryPhoto {
|
|||||||
/**
|
/**
|
||||||
* @var \OCP\ICache
|
* @var \OCP\ICache
|
||||||
*/
|
*/
|
||||||
$cache;
|
protected $cache;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var \OCP\Image
|
* @var \OCP\Image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user