App links
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user