Skip to content

Commit 2383a83

Browse files
committed
Fix ext_localconf
1 parent 9752431 commit 2383a83

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

ext_localconf.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
SearchController::class => 'index, detail, suggest',
2121
]
2222
);
23-
/*
24-
* Register icons
25-
*/
26-
/** @var IconRegistry $iconRegistry */
27-
$iconRegistry = GeneralUtility::makeInstance(IconRegistry::class);
28-
$iconRegistry->registerIcon(
29-
'ext-find-ce-wizard',
30-
FontawesomeIconProvider::class,
31-
['name' => 'search']
32-
);
23+
/*
24+
* Register icons
25+
*/
26+
/** @var IconRegistry $iconRegistry */
27+
$iconRegistry = GeneralUtility::makeInstance(IconRegistry::class);
28+
$iconRegistry->registerIcon(
29+
'ext-find-ce-wizard',
30+
FontawesomeIconProvider::class,
31+
['name' => 'search']
32+
);
3333

3434
/*
3535
* Register icons

0 commit comments

Comments
 (0)