Skip to content
Snippets Groups Projects
Unverified Commit 7fc5a63d authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Remove superfluous use-statement

parent 7ceaabcf
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,6 @@ namespace SimpleSAML\Module\cron; ...@@ -9,7 +9,6 @@ namespace SimpleSAML\Module\cron;
use SimpleSAML\Configuration; use SimpleSAML\Configuration;
use SimpleSAML\Session; use SimpleSAML\Session;
use Symfony\Component\HttpFoundation\Request;
$config = Configuration::getInstance(); $config = Configuration::getInstance();
$session = Session::getSessionFromRequest(); $session = Session::getSessionFromRequest();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment