code/database/migrations/2014_10_12_000000_create_users_table.php
Method up
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function up()
{
Schema::create('users', function (Blueprint $table) {
$table->string('id')->primary();
$table->timestamps();