Ubah 3 file sekaligus

This commit is contained in:
mikael-zakaria 2026-04-15 15:44:53 +07:00
parent 1598c12c41
commit cce7166cd8
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<?php
namespace App\Controllers;
class Home extends BaseController
{
public function index(): string
{
return view('asa');
}
}

View File

@ -0,0 +1,11 @@
<?php
namespace App\Controllers;
class Home extends BaseController
{
public function index(): string
{
return view('asa');
}
}