Fix composer json attribute path to links override section

This commit is contained in:
Alexander Skvortsov 2020-12-08 19:29:59 -05:00
parent 649851d356
commit afe038699e

View File

@ -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') ?? []);
}
/**