fixing up the authenticator to allow identiy chaining
This commit is contained in:
@@ -17,7 +17,7 @@ class CreateUsersTable extends Migration
|
||||
$table->increments('id');
|
||||
$table->timestamps();
|
||||
$table->string('name');
|
||||
$table->string('email')->unique();
|
||||
$table->string('email')->unique()->nullable();
|
||||
$table->string('password')->nullable();
|
||||
$table->rememberToken();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user