Completed
Push — master ( 8826f8...2f3569 )
by Petrus
02:17
created
webroot/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 
10 10
 
11 11
 // Create services and inject into the app.
12
-$di  = new \Anax\DI\CDIFactoryDefault();
12
+$di = new \Anax\DI\CDIFactoryDefault();
13 13
 
14 14
 $di->set('RssController', function() use ($di) {
15 15
     $controller = new \petlid\RSSReader\RSSReaderController("http://www.historytoday.com/feed/rss.xml");
Please login to merge, or discard this patch.