This commit is contained in:
13
app/Controllers/Auth/ProfileController.php
Normal file
13
app/Controllers/Auth/ProfileController.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Controllers\Auth;
|
||||
|
||||
use App\Controllers\BaseController;
|
||||
|
||||
class ProfileController extends BaseController
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
echo view('auth/profile');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user