mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 07:38:29 +00:00
Refer to steam method
This commit is contained in:
@@ -161,6 +161,6 @@ class LinkController extends Controller
|
||||
{
|
||||
$this->repository->switchLink($link);
|
||||
|
||||
return redirect(URL::previous());
|
||||
return redirect(app('steam')->getSafePreviousUrl());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user