mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-10 15:04:46 +00:00
Setup pint & run code style fix
This commit is contained in:
@@ -8,7 +8,9 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class Address extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
public const BILLING_TYPE = 'billing';
|
||||
|
||||
public const SHIPPING_TYPE = 'shipping';
|
||||
|
||||
protected $guarded = ['id'];
|
||||
|
||||
Reference in New Issue
Block a user