Expose theming capabilities to public
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
51a0741005
commit
42d9be4529
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
namespace OCA\Theming;
|
namespace OCA\Theming;
|
||||||
|
|
||||||
use OCP\Capabilities\ICapability;
|
use OCP\Capabilities\IPublicCapability;
|
||||||
use OCP\IConfig;
|
use OCP\IConfig;
|
||||||
use OCP\IURLGenerator;
|
use OCP\IURLGenerator;
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ use OCP\IURLGenerator;
|
||||||
*
|
*
|
||||||
* @package OCA\Theming
|
* @package OCA\Theming
|
||||||
*/
|
*/
|
||||||
class Capabilities implements ICapability {
|
class Capabilities implements IPublicCapability {
|
||||||
|
|
||||||
/** @var ThemingDefaults */
|
/** @var ThemingDefaults */
|
||||||
protected $theming;
|
protected $theming;
|
||||||
|
|
Loading…
Reference in New Issue