Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

Commit 68500f5

Browse files
Fix class name
1 parent 96e9dbb commit 68500f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/create_meta_table.php.stub

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 MetaTable extends Migration
6+
class CreateMetaTable extends Migration
77
{
88
/**
99
* Table names.

0 commit comments

Comments
 (0)