mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 09:08:22 -04:00
Expose theming capabilities to public
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
51a0741005
commit
42d9be4529
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
namespace OCA\Theming;
|
||||
|
||||
use OCP\Capabilities\ICapability;
|
||||
use OCP\Capabilities\IPublicCapability;
|
||||
use OCP\IConfig;
|
||||
use OCP\IURLGenerator;
|
||||
|
||||
|
|
@ -32,7 +32,7 @@ use OCP\IURLGenerator;
|
|||
*
|
||||
* @package OCA\Theming
|
||||
*/
|
||||
class Capabilities implements ICapability {
|
||||
class Capabilities implements IPublicCapability {
|
||||
|
||||
/** @var ThemingDefaults */
|
||||
protected $theming;
|
||||
|
|
|
|||
Loading…
Reference in a new issue