Created
September 18, 2018 19:13
-
-
Save uno-de-piera/7fb349ea4555493c2954b1b72c88f6bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php namespace App\Controllers; | |
class HomeController extends BaseController | |
{ | |
public function index () { | |
return $this->blade->render('home', ['name' => 'Cursosdesarrolloweb']); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment