fix AddCacheToBlueprintTable
: incorrect class
This commit is contained in:
parent
c48de6859b
commit
8fc55a75b3
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ use Illuminate\Database\Schema\Blueprint;
|
||||||
use Illuminate\Support\Facades\Schema;
|
use Illuminate\Support\Facades\Schema;
|
||||||
use Illuminate\Database\Migrations\Migration;
|
use Illuminate\Database\Migrations\Migration;
|
||||||
|
|
||||||
class CreateBlueprintTable extends Migration
|
class AddCacheToBlueprintTable extends Migration
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Run the migrations.
|
* Run the migrations.
|
||||||
|
|
Loading…
Reference in a new issue