for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Arcanesoft\Auth\Http\Controllers\Foundation;
use Arcanesoft\Auth\Bases\FoundationController;
/**
* Class ProfileController
*
* @package Arcanesoft\Auth\Http\Controllers\Foundation
* @author ARCANEDEV <[email protected]>
*/
class ProfileController extends FoundationController
{
/* ------------------------------------------------------------------------------------------------
| Main Functions
| ------------------------------------------------------------------------------------------------
public function index()
return $this->view('foundation.profile.index');
}