mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
19 lines
440 B
PHP
19 lines
440 B
PHP
<?php
|
|
/**
|
|
* ownCloud - quicknotes
|
|
*
|
|
* This file is licensed under the Affero General Public License version 3 or
|
|
* later. See the COPYING file.
|
|
*
|
|
* @author Matias De lellis <mati86dl@gmail.com>
|
|
* @copyright Matias De lellis 2016
|
|
*/
|
|
|
|
namespace OCA\QuickNotes\AppInfo;
|
|
|
|
use OCP\AppFramework\App;
|
|
|
|
/**
|
|
* Additional autoloader registration, e.g. registering composer autoloaders
|
|
*/
|
|
// require_once __DIR__ . '/../vendor/autoload.php';
|