Enable migration for hosted
This commit is contained in:
parent
b645356122
commit
0ef5eb24d8
1 changed files with 0 additions and 5 deletions
|
|
@ -496,11 +496,6 @@ class User extends Authenticatable
|
|||
|
||||
public function eligibleForMigration()
|
||||
{
|
||||
// Not ready to show to hosted users
|
||||
if (Utils::isNinjaProd()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return is_null($this->public_id) || $this->public_id == 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue