mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
Fix case sensitive PostgreSQL bug
This commit is contained in:
@ -7,8 +7,8 @@ use Crater\Country;
|
|||||||
|
|
||||||
class Address extends Model
|
class Address extends Model
|
||||||
{
|
{
|
||||||
const BILLING_TYPE = 'BILLING';
|
const BILLING_TYPE = 'billing';
|
||||||
const SHIPPING_TYPE = 'SHIPPING';
|
const SHIPPING_TYPE = 'shipping';
|
||||||
|
|
||||||
protected $fillable = [
|
protected $fillable = [
|
||||||
'name',
|
'name',
|
||||||
|
|||||||
Reference in New Issue
Block a user