Removed references to the field "migrated".

This commit is contained in:
James Cole
2014-12-09 06:37:36 +01:00
parent cb312ca025
commit 999a7481e4
4 changed files with 3 additions and 12 deletions

View File

@@ -40,7 +40,6 @@ class User
{
$user = new \User;
$user->email = isset($data['email']) ? $data['email'] : null;
$user->migrated = 0;
$user->reset = \Str::random(32);
$user->password = \Hash::make(\Str::random(12));