Commit 63b1149c authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/explore' into develop

parents 65990874 9bf1a51d
...@@ -56,7 +56,7 @@ class ExploreAppCategory extends BaseActiveRecord ...@@ -56,7 +56,7 @@ class ExploreAppCategory extends BaseActiveRecord
public function getApplications() public function getApplications()
{ {
return $this->hasMany(ExploreApp::className(), ['app_category_id' => 'id'])->select(['name', 'icon', 'app_url', 'slogan']); return $this->hasMany(ExploreApp::className(), ['app_category_id' => 'id'])->select(['name', 'icon', 'app_url', 'slogan', 'type']);
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment