Skip to content

Commit

Permalink
Update config params.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Apr 29, 2021
1 parent 3369c0e commit ab0d327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/common/simple-view-bulma.php
Expand Up @@ -9,7 +9,7 @@

return [
'categorySourceSimpleViewBulma' => static function (Aliases $aliases, MessageFormatterInterface $messageFormatter) {
$messageReader = new MessageSource($aliases->get('@simple-view-bulma/storage/translation'));
$messageReader = new MessageSource($aliases->get('@storage/translation'));

return new CategorySource('simple-view-bulma', $messageReader, $messageFormatter);
},
Expand Down

0 comments on commit ab0d327

Please sign in to comment.