Skip to content

Commit

Permalink
Uses view in default controller
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrrill committed Dec 5, 2014
1 parent 03401cd commit 3198f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/HTTP/HTML/Run/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ class Index extends Controller

public function index()
{
echo 'Hello World!';
$this->renderView('hello');
}
}

0 comments on commit 3198f2a

Please sign in to comment.