mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Deprecate Addon::DIRECTORY in favor of AddonHelper::getAddonPath()
This commit is contained in:
parent
9f086c40e4
commit
4c71ac643d
4 changed files with 30 additions and 0 deletions
|
@ -18,6 +18,9 @@ class Addon
|
|||
{
|
||||
/**
|
||||
* The addon sub-directory
|
||||
*
|
||||
* @deprecated 2025.02 Use `Friendica\Core\Addon\AddonHelper::getAddonPath()` instead
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
const DIRECTORY = 'addon';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue