Fixed linking issue, improved the new helpers to not hard code the component name to them.
This commit is contained in:
@ -73,12 +73,17 @@ use VDM\Joomla\Utilities;
|
||||
abstract class ComponentbuilderHelper
|
||||
{
|
||||
/**
|
||||
* Adding the utilities trait to this class
|
||||
*
|
||||
* @deprecated 4.0 - Check the trait methods for details, a legacy implementation
|
||||
*/
|
||||
* Adding the utilities trait to this class
|
||||
*
|
||||
* @deprecated 4.0 - Check the trait methods for details, a legacy implementation
|
||||
*/
|
||||
use Utilities;
|
||||
|
||||
/**
|
||||
* get the Component Code Name
|
||||
*/
|
||||
public static $ComponentCodeName = 'componentbuilder';
|
||||
|
||||
/**
|
||||
* Composer Switch
|
||||
*
|
||||
|
Reference in New Issue
Block a user