mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 19:01:39 +00:00
Clean up code.
This commit is contained in:
@@ -67,7 +67,7 @@ class FireflySessionProvider extends ServiceProvider
|
||||
// First, we will create the session manager which is responsible for the
|
||||
// creation of the various session drivers when they are needed by the
|
||||
// application instance, and will resolve them on a lazy load basis.
|
||||
=> $app->make('session')->driver()
|
||||
=> $app->make('session')->driver()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user