Skip to content

Commit

Permalink
fix(*): 修复用户和认真信息关系出现死循环导致整个应用崩溃
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Nov 7, 2018
1 parent c72631d commit 4e76b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Certification.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Certification extends Model
*
* @var array
*/
protected $with = ['category', 'user'];
protected $with = ['category'];

/**
* Get icon url.
Expand Down

0 comments on commit 4e76b65

Please sign in to comment.