mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-19 16:10:00 +00:00
Code cleanup.
This commit is contained in:
@@ -29,15 +29,12 @@ use Illuminate\Session\Middleware\StartSession;
|
||||
|
||||
/**
|
||||
* Class StartFireflySession.
|
||||
*
|
||||
|
||||
*/
|
||||
class StartFireflySession extends StartSession
|
||||
{
|
||||
/**
|
||||
* Store the current URL for the request if necessary.
|
||||
*
|
||||
* @param Request $request
|
||||
* @param Session $session
|
||||
*/
|
||||
protected function storeCurrentUrl(Request $request, $session): void
|
||||
|
||||
Reference in New Issue
Block a user