Skip to content

Commit

Permalink
Merge pull request #28 from tattali/fix-container-deprecation
Browse files Browse the repository at this point in the history
Fix #26 container deprecation by remove unused AbstractController
  • Loading branch information
tattali committed Jul 5, 2020
2 parents cbc2be1 + f3a869b commit 5ca748b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Controller/CalendarController.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
use CalendarBundle\CalendarEvents;
use CalendarBundle\Event\CalendarEvent;
use CalendarBundle\Serializer\SerializerInterface;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Contracts\EventDispatcher\EventDispatcherInterface as ContractsEventDispatcherInterface;

class CalendarController extends AbstractController
class CalendarController
{
/**
* @var SerializerInterface
Expand Down

0 comments on commit 5ca748b

Please sign in to comment.