fix AddCacheToBlueprintTable: incorrect class

This commit is contained in:
prplwtf 2024-08-19 12:33:56 +02:00
parent c48de6859b
commit 8fc55a75b3

View file

@ -6,7 +6,7 @@ use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Migrations\Migration;
class CreateBlueprintTable extends Migration
class AddCacheToBlueprintTable extends Migration
{
/**
* Run the migrations.