for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* 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 2020 Marcel Scherello
*/
namespace OCA\Analytics\AppInfo;
use OCP\Util;
$version = Util::getVersion()[0];
if ($version >= 20) {
class Application extends Application20
{
}
} else {
class Application extends Application19