Closed
Description
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