for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Audio Player Editor
*
* 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\audioplayer_editor\AppInfo;
use OCP\AppFramework\App;
class Application extends App {
public function __construct(array $urlParams = array()) {
parent::__construct('audioplayer_editor', $urlParams);
}