mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 10:32:44 +08: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…
Reference in New Issue
Block a user