We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba8612 commit 642e65cCopy full SHA for 642e65c
src/LaravelPos.php
@@ -3,6 +3,8 @@
3
namespace Mews\LaravelPos;
4
5
use Illuminate\Config\Repository;
6
+use Mews\Pos\Exceptions\BankClassNullException;
7
+use Mews\Pos\Exceptions\BankNotFoundException;
8
use Mews\Pos\Pos;
9
use Mews\Pos\PosInterface;
10
@@ -77,8 +79,8 @@ public function config(array $config)
77
79
*
78
80
* @param array $account
81
* @return $this
- * @throws \Mews\Pos\Exceptions\BankClassNullException
- * @throws \Mews\Pos\Exceptions\BankNotFoundException
82
+ * @throws BankClassNullException
83
+ * @throws BankNotFoundException
84
*/
85
public function account(array $account)
86
{
0 commit comments