mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Arreglado bug en home
This commit is contained in:
@ -8,12 +8,11 @@ use App\Models\Usuarios\UserModel;
|
|||||||
class Home extends BaseController
|
class Home extends BaseController
|
||||||
{
|
{
|
||||||
private $user_model;
|
private $user_model;
|
||||||
private $activity_model;
|
sk
|
||||||
|
|
||||||
function __construct()
|
function __construct()
|
||||||
{
|
{
|
||||||
$this->user_model = new UserModel();
|
$this->user_model = new UserModel();
|
||||||
$this->activity_model = new ActivityModel();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function index()
|
public function index()
|
||||||
|
|||||||
Reference in New Issue
Block a user