mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 16:32:55 +00:00
app name fix
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
namespace OCA\OcSms\AppInfo;
|
||||
|
||||
$application = new Application();
|
||||
$application = new OcSmsApp();
|
||||
|
||||
$application->registerRoutes($this, array('routes' => array(
|
||||
array('name' => 'sms#index', 'url' => '/', 'verb' => 'GET'),
|
||||
|
||||
Reference in New Issue
Block a user