Skip to content
Snippets Groups Projects

Tech 421 annotation fix

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -33,11 +33,11 @@ class BatchMigration extends Plugin {
public $name;
/**
* What type of migration, defaults to basic.
* What processor to use for migration, defaults to basic.
*
* @var string
*/
public $type;
public $processor;
/**
* The source database used for the migration.
Loading