File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 3
3
namespace Phinch \Phinch \Facades ;
4
4
5
5
use Illuminate \Support \Facades \Facade as BaseFacade ;
6
+ use Phinch \PhinchClient ;
6
7
8
+ /**
9
+ * @method static authorize(string $token)
10
+ * @method static PhinchClient client()
11
+ * @method \Phinch\Products\Company company()
12
+ * @method \Phinch\Products\Directory directory()
13
+ * @method \Phinch\Products\Employment employment()
14
+ * @method \Phinch\Products\Individual individual()
15
+ * @method \Phinch\Products\Payment payment()
16
+ * @method \Phinch\Products\PayStatement payStatement()
17
+ * @method \Phinch\Products\Company $company
18
+ * @method \Phinch\Products\Directory $directory
19
+ * @method \Phinch\Products\Employment $employment
20
+ * @method \Phinch\Products\Individual $individual
21
+ * @method \Phinch\Products\Payment $payment
22
+ * @method \Phinch\Products\PayStatement $payStatement
23
+ */
7
24
class Phinch extends BaseFacade
8
25
{
9
26
/**
You can’t perform that action at this time.
0 commit comments