Add comments to address model.
This commit is contained in:
@@ -9,6 +9,11 @@ class Address extends Model
|
|||||||
{
|
{
|
||||||
use SoftDeletes;
|
use SoftDeletes;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The attributes that are mass assignable.
|
||||||
|
*
|
||||||
|
* @var array<int, string>
|
||||||
|
*/
|
||||||
protected $fillable = [
|
protected $fillable = [
|
||||||
'is_address',
|
'is_address',
|
||||||
'is_delivery',
|
'is_delivery',
|
||||||
@@ -20,8 +25,5 @@ class Address extends Model
|
|||||||
'state',
|
'state',
|
||||||
'country',
|
'country',
|
||||||
'zip',
|
'zip',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user