We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d386179 commit be4e65aCopy full SHA for be4e65a
src/Support/InteractsWithPreviousUrl.php
@@ -11,6 +11,6 @@ protected function savePreviousUrl()
11
12
protected function getPreviousUrl()
13
{
14
- return session()->get('_oot.identities.previous_url', url()->previous());
+ return session()->pull('_oot.identities.previous_url', url()->previous());
15
}
16
0 commit comments