Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #11 from petersuhm/update-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
calebporzio authored Mar 18, 2019
2 parents 81c24dd + f2a2123 commit 33b893f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class RedirectToUnfinishedOnboardingStep
{
if (Auth::user()->onboarding()->inProgress()) {
return redirect()->to(
Auth::user()->onboarding()->nextUnfinishedStep->link
Auth::user()->onboarding()->nextUnfinishedStep()->link
);
}

Expand Down

0 comments on commit 33b893f

Please sign in to comment.