Skip to content

Commit

Permalink
Alphabetized imports correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
bzar committed Sep 25, 2023
1 parent 055e7a6 commit cd60a98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
namespace Drupal\avoindata_header\Controller;

use Drupal\Core\Controller\ControllerBase;
use Drupal\Core\Url;
use Symfony\Component\HttpFoundation\RedirectResponse;
use Symfony\Component\HttpFoundation\Response;
use Drupal\Core\Url;

/**
* Adds support for header controller.
Expand Down

0 comments on commit cd60a98

Please sign in to comment.