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 DashboardController
*
* @package Arcanesoft\Auth\Http\Controllers\Foundation
* @author ARCANEDEV <[email protected]>
*/
class DashboardController extends FoundationController
{
/* ------------------------------------------------------------------------------------------------
| Constructor
| ------------------------------------------------------------------------------------------------
* Instantiate the controller.
public function __construct()
parent::__construct();
$this->setCurrentPage('auth-stats');
}