Completed
Push — master ( ceb701...25613c )
by Korotkov
03:24
created
app/route.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
      */
34 34
     public function run(Router $router)
35 35
     {
36
-        $router->annotation('MainController', 'actionIndex');              // mainpage
36
+        $router->annotation('MainController', 'actionIndex'); // mainpage
37 37
 
38 38
         $router->middleware('get', [
39 39
             'pattern'     => '123/123',
Please login to merge, or discard this patch.