for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Data Analytics
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the LICENSE.md file.
* @author Marcel Scherello <[email protected]>
* @copyright 2019 Marcel Scherello
*/
namespace OCA\Analytics\AppInfo;
use OCP\AppFramework\App;
class Application extends App {
public function __construct(array $urlParams = array()) {
parent::__construct('analytics', $urlParams);
}