mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 15:39:50 +00:00
Code cleanup as described in #1272
This commit is contained in:
@@ -174,6 +174,6 @@ class Controller extends BaseController
|
||||
*/
|
||||
protected function rememberPreviousUri(string $identifier)
|
||||
{
|
||||
Session::put($identifier, URL::previous());
|
||||
session()->put($identifier, URL::previous());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user