mirror of
https://github.com/flarum/core.git
synced 2025-06-11 00:51:04 +02:00
Fix composer json attribute path to links override section
This commit is contained in:
@ -386,7 +386,7 @@ class Extension implements Arrayable
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
return array_merge($links, $this->composerJsonAttribute('flarum-extension.links') ?? []);
|
return array_merge($links, $this->composerJsonAttribute('extra.flarum-extension.links') ?? []);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user