Commit 9bf1a51d authored by shajiaiming's avatar shajiaiming

fix

parent 3f3a6921
...@@ -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