forked from joomla/Component-Builder
Update libraries/jcb_powers/VDM.Joomla/src/Componentbuilder/Compiler/Joomlaplugin/Structure.php
This commit is contained in:
parent
5987e18f14
commit
ee1255cbdc
@ -325,7 +325,7 @@ class Structure
|
|||||||
* @return void
|
* @return void
|
||||||
* @since 3.2.0
|
* @since 3.2.0
|
||||||
*/
|
*/
|
||||||
protected function setMainXmlFile(mixed $plugin): void
|
protected function setMainXmlFile(object $plugin): void
|
||||||
{
|
{
|
||||||
$file_details = [
|
$file_details = [
|
||||||
'path' => $plugin->folder_path . '/' . $plugin->file_name . '.xml',
|
'path' => $plugin->folder_path . '/' . $plugin->file_name . '.xml',
|
||||||
|
Loading…
Reference in New Issue
Block a user