Skip to content

[Bug]: incorrect migration code generation #508

Closed
@alexrififi

Description

@alexrififi

Bug description

Please set anonymous migration in Laravel 9.x

Instead of this

class CreateProjectsTable extends Migration
{

It should be like this

return new class extends Migration
{

Plugin version

5.1.1.213

Operating system

Windows

Steps to reproduce

No response

Relevant log output

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions