Commit 14f48cb9 authored by Fabien Potencier's avatar Fabien Potencier

fixed CS

parent b7518ce7
...@@ -4,8 +4,8 @@ require_once __DIR__.'/../vendor/autoload.php'; ...@@ -4,8 +4,8 @@ require_once __DIR__.'/../vendor/autoload.php';
$app = new Silex\Application(); $app = new Silex\Application();
$app->get('/hello', function() { $app->get('/hello', function() {
return 'Hello!'; return 'Hello!';
}); });
$app->run(); $app->run();
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment