Completed
Push — master ( 32753d...f7247a )
by Korotkov
24:28 queued 19:53
created
app/route.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
     public function run(Router $router)
19 19
     {
20
-        $router->annotation('MainController');              // mainpage
20
+        $router->annotation('MainController'); // mainpage
21 21
 
22 22
         $router->middleware('get', [
23 23
             'pattern'     => '123/123',
Please login to merge, or discard this patch.