The class Migrations\AbstractMigration has been deprecated: 4.5.0 You should use Migrations\BaseMigration for new migrations.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-deprecated annotation
4
class CreateUsers extends /** @scrutinizer ignore-deprecated */ AbstractMigration
Loading history...
5
{
6
/**
7
* Change Method.
8
*
9
* More information on this method is available here: