Passed
Push — master ( aa0338...1f2855 )
by Tobias
01:50
created
tests/TestCase.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,10 +20,10 @@
 block discarded – undo
20 20
 
21 21
     private function addApiRoutes($router)
22 22
     {
23
-        $router->group(['middleware' => Cors::class], function () use ($router) {
23
+        $router->group(['middleware' => Cors::class], function() use ($router) {
24 24
             $router->get('api/ping', [
25 25
                 'as'   => 'api.ping',
26
-                'uses' => function () {
26
+                'uses' => function() {
27 27
                     return 'pong';
28 28
                 },
29 29
             ]);
Please login to merge, or discard this patch.