mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
remove old field data
This commit is contained in:
parent
682d4883ff
commit
371eb68856
@ -55,8 +55,6 @@ use Laracasts\Presenter\PresentableTrait;
|
|||||||
* @property string|null $id_number
|
* @property string|null $id_number
|
||||||
* @property int|null $language_id
|
* @property int|null $language_id
|
||||||
* @property int|null $last_login
|
* @property int|null $last_login
|
||||||
* @property string|null $invoicing_email
|
|
||||||
* @property string|null $invoicing_domain
|
|
||||||
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Activity> $activities
|
* @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Activity> $activities
|
||||||
* @property-read int|null $activities_count
|
* @property-read int|null $activities_count
|
||||||
* @property-read \App\Models\User|null $assigned_user
|
* @property-read \App\Models\User|null $assigned_user
|
||||||
@ -118,8 +116,6 @@ class Vendor extends BaseModel
|
|||||||
'number',
|
'number',
|
||||||
'language_id',
|
'language_id',
|
||||||
'classification',
|
'classification',
|
||||||
'invoicing_email',
|
|
||||||
'invoicing_domain',
|
|
||||||
];
|
];
|
||||||
|
|
||||||
protected $casts = [
|
protected $casts = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user