Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
uyab committed Jan 4, 2020
1 parent 46ca74c commit ed900ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function up()
$table->string('category');
$table->string('lookup_key');
$table->string('lookup_value');
$table->json('meta')->nullable()
$table->json('meta')->nullable();
$table->timestamps();
});
}
Expand Down

0 comments on commit ed900ab

Please sign in to comment.