Arreglado bug en home

This commit is contained in:
imnavajas
2024-05-07 11:02:03 +02:00
parent e92e7b93f5
commit 75ae688830

View File

@ -8,12 +8,11 @@ use App\Models\Usuarios\UserModel;
class Home extends BaseController
{
private $user_model;
private $activity_model;
sk
function __construct()
{
$this->user_model = new UserModel();
$this->activity_model = new ActivityModel();
}
public function index()