Skip to content

Commit 642e65c

Browse files
committed
# Laravel new versions build.
1 parent fba8612 commit 642e65c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/LaravelPos.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
namespace Mews\LaravelPos;
44

55
use Illuminate\Config\Repository;
6+
use Mews\Pos\Exceptions\BankClassNullException;
7+
use Mews\Pos\Exceptions\BankNotFoundException;
68
use Mews\Pos\Pos;
79
use Mews\Pos\PosInterface;
810

@@ -77,8 +79,8 @@ public function config(array $config)
7779
*
7880
* @param array $account
7981
* @return $this
80-
* @throws \Mews\Pos\Exceptions\BankClassNullException
81-
* @throws \Mews\Pos\Exceptions\BankNotFoundException
82+
* @throws BankClassNullException
83+
* @throws BankNotFoundException
8284
*/
8385
public function account(array $account)
8486
{

0 commit comments

Comments
 (0)