This commit is contained in:
hufangzhou
2021-10-12 17:36:18 +08:00
parent 5e3863b284
commit 013b6a37cd
2 changed files with 12 additions and 0 deletions

View File

@@ -155,6 +155,17 @@ class tutorialModel extends model
return $project;
}
/**
* Get tutorial project pairs.
*
* @access public
* @return array
*/
public function getProjectPairs()
{
return array(2 => 'Test Project');
}
/**
* Get project stats for tutorial
*