Skip to content

Commit

Permalink
Update RouteStatistic.php
Browse files Browse the repository at this point in the history
Revert relationship changes
  • Loading branch information
bilfeldt committed May 7, 2024
1 parent b7464e0 commit 58bd78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/RouteStatistic.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function scopeWhereWeb(Builder $query): Builder

public function user(): BelongsTo
{
return $this->belongsTo(config('route-statistics.user_model'));
return $this->belongsTo(config('auth.providers.users.model'));
}

public function team(): BelongsTo
Expand Down

0 comments on commit 58bd78d

Please sign in to comment.