Skip to content

Instantly share code, notes, and snippets.

@minons1
Created June 24, 2021 11:04
Show Gist options
  • Save minons1/5ba942d109313e27f0645a63e12298e2 to your computer and use it in GitHub Desktop.
Save minons1/5ba942d109313e27f0645a63e12298e2 to your computer and use it in GitHub Desktop.
<?php
namespace App\Controllers;
class Home extends BaseController
{
public function index()
{
return view('index');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment