mirror of
https://github.com/flarum/core.git
synced 2025-01-17 22:29:15 +01: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