Compare commits
No commits in common. "cce7166cd8c93b73f78110d36a92f3d69e5cf4d2" and "ee755e128b07f32048a29645257f81a5fde6f800" have entirely different histories.
cce7166cd8
...
ee755e128b
@ -1,11 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace App\Controllers;
|
|
||||||
|
|
||||||
class Home extends BaseController
|
|
||||||
{
|
|
||||||
public function index(): string
|
|
||||||
{
|
|
||||||
return view('asa');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,11 +0,0 @@
|
|||||||
<?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('asa');
|
return view('welcomea_messaagae');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user