mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-18 07:52:21 +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
|
||||
*/
|
||||
$cache;
|
||||
protected $cache;
|
||||
|
||||
public function __construct($appName, IRequest $request, App $app, ICache $cache) {
|
||||
parent::__construct($appName, $request, $app);
|
||||
|
@ -41,7 +41,7 @@ class TemporaryPhoto {
|
||||
/**
|
||||
* @var \OCP\ICache
|
||||
*/
|
||||
$cache;
|
||||
protected $cache;
|
||||
|
||||
/**
|
||||
* @var \OCP\Image
|
||||
|
Loading…
x
Reference in New Issue
Block a user