Skip to content

Commit

Permalink
Update phpDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
yourjhay committed Aug 5, 2019
1 parent ed8a64c commit d5dc0d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Controllers/HomeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ public function index()
* Documentation: https://twig.symfony.com/doc/2.x/api.html
*
* if you want to render view without template engine
* use view::renderNormal('viewname',array()) or
* return view('view.name',$data,'normal')
* return view('view.name',[var1=>'value1'],'normal')
*/
return view('home.index',[
'name' => APP_NAME,
Expand Down

0 comments on commit d5dc0d2

Please sign in to comment.