Ubah 3 file sekaligus
This commit is contained in:
parent
1598c12c41
commit
cce7166cd8
11
app/Controllers/Home copy 2.php
Normal file
11
app/Controllers/Home copy 2.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Controllers;
|
||||
|
||||
class Home extends BaseController
|
||||
{
|
||||
public function index(): string
|
||||
{
|
||||
return view('asa');
|
||||
}
|
||||
}
|
||||
11
app/Controllers/Home copy.php
Normal file
11
app/Controllers/Home copy.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Controllers;
|
||||
|
||||
class Home extends BaseController
|
||||
{
|
||||
public function index(): string
|
||||
{
|
||||
return view('asa');
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user