@@ -175,7 +175,7 @@ class CoachUser extends Model
*/
public function wallet()
{
- return $this->morphOne(Wallet::class, 'owner');
+ return $this->morphOne(Wallet::class, 'owner', 'owner_type', 'owner_id', 'id');
}
/**