Formatting

This commit is contained in:
David Bomba 2020-07-27 18:22:57 +10:00
parent 04ed1d4fe3
commit fb829d2da0
2 changed files with 2 additions and 2 deletions

View File

@ -312,7 +312,7 @@ class BaseRepository
$model = $model->calc()->getInvoice(); $model = $model->calc()->getInvoice();
$state['finished_amount'] = $model->amount; $state['finished_amount'] = $model->amount;
$model = $model->service()->applyNumber()->save(); $model = $model->service()->applyNumber()->save();
if ($model->company->update_products !== false) { if ($model->company->update_products !== false) {

View File

@ -35,7 +35,7 @@ class InvoiceRepository extends BaseRepository
*/ */
public function getClassName() public function getClassName()
{ {
return Invoice::class ; return Invoice::class;
} }
/** /**