Moved addon directory constant

This commit is contained in:
Philipp Holzer 2019-02-04 09:33:55 +01:00
parent f779110154
commit 4b82e47034
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
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
*