Skip to content

Commit

Permalink
🐛 Fix compilation error due to wrong prototype for Molkobain\iTop\Ext…
Browse files Browse the repository at this point in the history
…ension\FontAwesome5\Console\Extension\PageUIExtension::GetLinkedStylesheetsAbsUrls()
  • Loading branch information
Molkobain committed Oct 2, 2023
1 parent 8df678b commit 34f7e4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class PageUIExtension implements iBackofficeLinkedStylesheetsExtension
/**
* @inheritdoc
*/
public function GetLinkedStylesheetsAbsUrls(iTopWebPage $oPage): array
public function GetLinkedStylesheetsAbsUrls(): array
{
if (MetaModel::GetConfig()->GetModuleSetting('molkobain-fontawesome5-pack', 'enabled', true) === false) {
return [];
Expand Down

0 comments on commit 34f7e4a

Please sign in to comment.