[sanctum] Update: laravel 8 to 12, php 7.3 to php 8.3, Jenkinsfile, Unit/Feature testing, vapor, docker

This commit is contained in:
Dillon Ngo
2026-04-03 06:33:56 +08:00
parent 965f6e59d4
commit 14cdda6071
@@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class MakeOwnerNullableInKeyValuePairs extends Migration
return new class extends Migration
{
/**
* Run the migrations.
@@ -31,4 +31,4 @@ class MakeOwnerNullableInKeyValuePairs extends Migration
$table->unsignedBigInteger('owner_id')->nullable(false)->change();
});
}
}
};