aboutsummaryrefslogtreecommitdiffstats
path: root/apps/accessibility/appinfo
diff options
context:
space:
mode:
Diffstat (limited to 'apps/accessibility/appinfo')
-rw-r--r--apps/accessibility/appinfo/app.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/accessibility/appinfo/app.php b/apps/accessibility/appinfo/app.php
index 39e7b71a089..7f8e3c3262b 100644
--- a/apps/accessibility/appinfo/app.php
+++ b/apps/accessibility/appinfo/app.php
@@ -1,4 +1,5 @@
<?php
+declare (strict_types = 1);
/**
* @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
*
@@ -22,3 +23,8 @@
*/
$app = new \OCA\Accessibility\AppInfo\Application();
+
+// Separate from the constructor since the route are not initialized before that
+// 1. create the app
+// 2. generate css route and inject
+$app->injectCss(); \ No newline at end of file