Docbloc some things

This commit is contained in:
James Brooks
2014-11-23 20:21:06 +00:00
parent defac177fd
commit 8d4bf3f5ea
2 changed files with 12 additions and 0 deletions

View File

@@ -1,6 +1,10 @@
<?php
class HomeController extends Controller {
/**
* Returns the rendered Blade templates.
* @return View
*/
public function showIndex() {
return View::make('index');
}