Skip to content

Commit be4e65a

Browse files
committed
Pull previous url instead of get
1 parent d386179 commit be4e65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Support/InteractsWithPreviousUrl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ protected function savePreviousUrl()
1111

1212
protected function getPreviousUrl()
1313
{
14-
return session()->get('_oot.identities.previous_url', url()->previous());
14+
return session()->pull('_oot.identities.previous_url', url()->previous());
1515
}
1616
}

0 commit comments

Comments
 (0)