Compare commits
2 Commits
ee755e128b
...
cce7166cd8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cce7166cd8 | ||
|
|
1598c12c41 |
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');
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -6,6 +6,6 @@ class Home extends BaseController
|
|||||||
{
|
{
|
||||||
public function index(): string
|
public function index(): string
|
||||||
{
|
{
|
||||||
return view('welcomea_messaagae');
|
return view('asa');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user