Skip to content

Commit

Permalink
fixes controller base class
Browse files Browse the repository at this point in the history
  • Loading branch information
Elorfin committed Feb 19, 2024
1 parent e5a2824 commit c34b0cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LightSaml/SpBundle/Controller/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

namespace LightSaml\SpBundle\Controller;

use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\HttpFoundation\Request;

class DefaultController extends Controller
class DefaultController extends AbstractController
{
public function metadataAction()
{
Expand Down

0 comments on commit c34b0cc

Please sign in to comment.