Completed
Push — master ( cd4a8d...bb1000 )
by Tim
02:29
created
app/Http/Middleware/languageMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     /**
18 18
      * @var array
19 19
      */
20
-    protected static $supportedLanguages = ['nl', 'en', 'fr',
20
+    protected static $supportedLanguages = [ 'nl', 'en', 'fr',
21 21
     ];
22 22
     /**
23 23
      * Handle an incoming request.
Please login to merge, or discard this patch.