Completed
Branch master (44347e)
by Sarah
05:42
created
Category
bootstrap.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 use Flarum\Event\ConfigureLocales;
4 4
 use Illuminate\Contracts\Events\Dispatcher;
5 5
 
6
-return function (Dispatcher $events) {
7
-    $events->listen(ConfigureLocales::class, function (ConfigureLocales $event) {
6
+return function(Dispatcher $events) {
7
+    $events->listen(ConfigureLocales::class, function(ConfigureLocales $event) {
8 8
         $event->loadLanguagePackFrom(__DIR__);
9 9
     });
10 10
 };
Please login to merge, or discard this patch.