laravel framework upgrade from version 8 to 9 (#7)
* laravel framework upgrade from version 8 to 9
This commit is contained in:
@@ -6,7 +6,7 @@ use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
class CreateProjectsTable extends Migration
|
||||
return new class extends Migration
|
||||
{
|
||||
public function up(): void
|
||||
{
|
||||
@@ -30,5 +30,4 @@ class CreateProjectsTable extends Migration
|
||||
{
|
||||
Schema::dropIfExists('projects');
|
||||
}
|
||||
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user