Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
ordered use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
yeniatencio committed Jul 24, 2024
1 parent 90ef70a commit c9a0005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tide_landing_page.install
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* Tide Landing Page install.
*/

use Drupal\tide_landing_page\TideLandingPageOperation;
use Drupal\paragraphs\Entity\Paragraph;
use Drupal\tide_landing_page\TideLandingPageOperation;

/**
* Implements hook_install().
Expand Down

0 comments on commit c9a0005

Please sign in to comment.