mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-13 06:32:40 +01:00
6 lines
72 B
PHP
6 lines
72 B
PHP
|
<?php
|
||
|
|
||
|
class Product extends Eloquent
|
||
|
{
|
||
|
protected $softDelete = true;
|
||
|
}
|