Skip to content

Commit 474be0b

Browse files
committed
Fix class name
1 parent 85e1006 commit 474be0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Migrations/2016_04_01_003940_add_description_to_lmc_choices_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use Illuminate\Database\Schema\Blueprint;
44
use Illuminate\Database\Migrations\Migration;
55

6-
class CreateLmcChoicesTable extends Migration
6+
class AddDescriptionToLmcChoicesTable extends Migration
77
{
88
/**
99
* Run the migrations.

0 commit comments

Comments
 (0)