mirror of
https://github.com/flarum/core.git
synced 2025-07-24 02:01:19 +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