App links

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-01 21:18:38 -04:00
parent 6b5595def0
commit a16edcf5ec
2 changed files with 49 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class ProjectPages extends ProjectBaseController
{
$this->session = \Config\Services::session();
$projData = new \App\Models\projectData();
$this->appList = $projData->projectList();
$this->appList = $projData->appProjectList();
$_SESSION['appList'] = $this->appList;
}
public function index()