Moved addon directory constant

This commit is contained in:
Philipp Holzer
2019-02-04 09:33:55 +01:00
parent f779110154
commit 4b82e47034
2 changed files with 9 additions and 6 deletions

View File

@@ -12,6 +12,12 @@ use Friendica\Database\DBA;
*/
class Addon extends BaseObject
{
/**
* The addon sub-directory
* @var string
*/
const DIRECTORY = '/addon/';
/**
* List of the names of enabled addons
*