Compare commits

..

No commits in common. "cce7166cd8c93b73f78110d36a92f3d69e5cf4d2" and "ee755e128b07f32048a29645257f81a5fde6f800" have entirely different histories.

3 changed files with 1 additions and 23 deletions

View File

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

View File

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

View File

@ -6,6 +6,6 @@ class Home extends BaseController
{
public function index(): string
{
return view('asa');
return view('welcomea_messaagae');
}
}