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
roadiz-ci committed Jun 21, 2024
1 parent efb9267 commit 34d56de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AjaxControllers/AjaxExplorerProviderController.php
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 34d56de

Please sign in to comment.