Completed
Push — master ( 017f18...ac298f )
by Jacob
05:25
created
public/site/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 // route
7 7
 $container['console']->logMemory(null, 'Bootstrapping is done');
8 8
 
9
-$dispatcher = FastRoute\simpleDispatcher(function (FastRoute\RouteCollector $r) {
9
+$dispatcher = FastRoute\simpleDispatcher(function(FastRoute\RouteCollector $r) {
10 10
     $r->addRoute('GET', '/', 'HomeController');
11 11
     $r->addRoute('GET', '/terms/', 'TermsController');
12 12
     $r->addRoute('GET', '/change-log/', 'ChangelogController');
Please login to merge, or discard this patch.