mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Add SoftDeletes trait to companygateway model
This commit is contained in:
parent
2309a36620
commit
4864f8bd84
@ -17,9 +17,12 @@ use App\Models\Gateway;
|
||||
use App\Models\GatewayType;
|
||||
use App\Utils\Number;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Database\Eloquent\SoftDeletes;
|
||||
|
||||
class CompanyGateway extends BaseModel
|
||||
{
|
||||
use SoftDeletes;
|
||||
|
||||
protected $casts = [
|
||||
'fees_and_limits' => 'object',
|
||||
'updated_at' => 'timestamp',
|
||||
|
Loading…
x
Reference in New Issue
Block a user