Minor fixes
This commit is contained in:
parent
9c3b9f0548
commit
78a1a3020c
1 changed files with 3 additions and 2 deletions
|
|
@ -25,9 +25,10 @@ class BankIntegrationRepository extends BaseRepository
|
|||
{
|
||||
|
||||
//stub to store
|
||||
$bank_integration->fill($data);
|
||||
$bank_integration->save();
|
||||
|
||||
return $bank_integration->save();
|
||||
|
||||
return $bank_integration->fresh();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue