diff options
Diffstat (limited to 'apps/theming/lib/Service/ThemeInjectionService.php')
-rw-r--r-- | apps/theming/lib/Service/ThemeInjectionService.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/theming/lib/Service/ThemeInjectionService.php b/apps/theming/lib/Service/ThemeInjectionService.php index 0b4890cd08b..e00839c21c5 100644 --- a/apps/theming/lib/Service/ThemeInjectionService.php +++ b/apps/theming/lib/Service/ThemeInjectionService.php @@ -22,6 +22,7 @@ */ namespace OCA\Theming\Service; +use OCA\Theming\AppInfo\Application; use OCA\Theming\Themes\DefaultTheme; use OCP\IURLGenerator; use OCP\Util; |