19 lines
419 B
PHP
19 lines
419 B
PHP
<?php
|
|
/**
|
|
* ownCloud - deck
|
|
*
|
|
* This file is licensed under the Affero General Public License version 3 or
|
|
* later. See the COPYING file.
|
|
*
|
|
* @author Julius Härtl <jus@bitgrid.net>
|
|
* @copyright Julius Härtl 2016
|
|
*/
|
|
|
|
namespace OCA\Deck\AppInfo;
|
|
|
|
use OCP\AppFramework\App;
|
|
|
|
/**
|
|
* Additional autoloader registration, e.g. registering composer autoloaders
|
|
*/
|
|
// require_once __DIR__ . '/../vendor/autoload.php';
|