diff options
Diffstat (limited to 'apps/theming/appinfo/routes.php')
-rw-r--r-- | apps/theming/appinfo/routes.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/appinfo/routes.php b/apps/theming/appinfo/routes.php index a8436ab254f..f4aa2f93162 100644 --- a/apps/theming/appinfo/routes.php +++ b/apps/theming/appinfo/routes.php @@ -64,13 +64,13 @@ return ['routes' => [ 'name' => 'Icon#getFavicon', 'url' => '/favicon/{app}', 'verb' => 'GET', - 'defaults' => array("app" => "core"), + 'defaults' => array('app' => 'core'), ], [ 'name' => 'Icon#getTouchIcon', 'url' => '/icon/{app}', 'verb' => 'GET', - 'defaults' => array("app" => "core"), + 'defaults' => array('app' => 'core'), ], [ 'name' => 'Icon#getThemedIcon', |