Skip to content

Instantly share code, notes, and snippets.

@DeaVenditama
Created August 23, 2020 00:16
Show Gist options
  • Save DeaVenditama/5ea6ec92b91e8195478332117d65e11f to your computer and use it in GitHub Desktop.
Save DeaVenditama/5ea6ec92b91e8195478332117d65e11f to your computer and use it in GitHub Desktop.
<?php namespace App\Controllers;
class Maps extends BaseController
{
public function index()
{
return view('maps/index');
}
//--------------------------------------------------------------------
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment