mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Enable migration for hosted
This commit is contained in:
parent
b645356122
commit
0ef5eb24d8
@ -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…
x
Reference in New Issue
Block a user