mirror of
https://github.com/flarum/core.git
synced 2025-06-07 15:16:00 +02:00
Fix composer json attribute path to links override section
This commit is contained in:
parent
649851d356
commit
afe038699e
@ -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') ?? []);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user