Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BenParizek committed Jun 29, 2024
1 parent 98a135b commit d308335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SproutSeo.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
use BarrelStrength\Sprout\core\db\SproutPluginMigrator;
use BarrelStrength\Sprout\core\editions\Edition;
use BarrelStrength\Sprout\core\modules\Modules;
use BarrelStrength\Sprout\fields\FieldsModule;
use BarrelStrength\Sprout\meta\MetaModule;
use BarrelStrength\Sprout\redirects\RedirectsModule;
use BarrelStrength\Sprout\sitemaps\SitemapsModule;
use BarrelStrength\Sprout\fields\FieldsModule;
use Craft;
use craft\base\Plugin;
use craft\db\MigrationManager;
Expand Down
2 changes: 1 addition & 1 deletion src/migrations/m240530_000000_schema_5_0_0.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ public function getPluginInstance(): SproutPluginMigrationInterface
{
return SproutSeo::getInstance();
}
}
}

0 comments on commit d308335

Please sign in to comment.