Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 authored and github-actions[bot] committed Feb 18, 2024
1 parent 9185ae5 commit de28a2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/Vendors/CityBankApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -639,11 +639,12 @@ public function vendorBalance(array $accountInfo = []): mixed
}

/**
* @param \Illuminate\Database\Eloquent\Model|\MongoDB\Laravel\Eloquent\Model $order
* @param \Illuminate\Database\Eloquent\Model|\MongoDB\Laravel\Eloquent\Model $order
*
* @throws \Exception
*/
public function requestQuotation($order): mixed
{
return $this->vendorBalance();
return $this->vendorBalance();
}
}
2 changes: 1 addition & 1 deletion src/Vendors/EmqApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,7 @@ public function vendorBalance(array $accountInfo = []): mixed
}

/**
* @param \Illuminate\Database\Eloquent\Model|\MongoDB\Laravel\Eloquent\Model $order
* @param \Illuminate\Database\Eloquent\Model|\MongoDB\Laravel\Eloquent\Model $order
*/
public function requestQuotation($order): mixed
{
Expand Down

0 comments on commit de28a2f

Please sign in to comment.