Skip to content

Commit

Permalink
chore: AjaxExplorerProviderController must not be final
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Jun 21, 2024
1 parent 813fb11 commit 7b92b9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Routing\Exception\InvalidParameterException;

final class AjaxExplorerProviderController extends AbstractAjaxController
class AjaxExplorerProviderController extends AbstractAjaxController
{
public function __construct(private readonly ContainerInterface $psrContainer)
{
Expand Down

0 comments on commit 7b92b9e

Please sign in to comment.