Skip to content

Commit

Permalink
# Laravel new versions build.
Browse files Browse the repository at this point in the history
  • Loading branch information
mewebstudio committed Aug 27, 2019
1 parent fba8612 commit 642e65c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/LaravelPos.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
namespace Mews\LaravelPos;

use Illuminate\Config\Repository;
use Mews\Pos\Exceptions\BankClassNullException;
use Mews\Pos\Exceptions\BankNotFoundException;
use Mews\Pos\Pos;
use Mews\Pos\PosInterface;

Expand Down Expand Up @@ -77,8 +79,8 @@ public function config(array $config)
*
* @param array $account
* @return $this
* @throws \Mews\Pos\Exceptions\BankClassNullException
* @throws \Mews\Pos\Exceptions\BankNotFoundException
* @throws BankClassNullException
* @throws BankNotFoundException
*/
public function account(array $account)
{
Expand Down

0 comments on commit 642e65c

Please sign in to comment.