Skip to content

Commit 3533f7c

Browse files
committed
Update Phinch.php
1 parent 7b89b0d commit 3533f7c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/Facades/Phinch.php

+17
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,24 @@
33
namespace Phinch\Phinch\Facades;
44

55
use Illuminate\Support\Facades\Facade as BaseFacade;
6+
use Phinch\PhinchClient;
67

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+
*/
724
class Phinch extends BaseFacade
825
{
926
/**

0 commit comments

Comments
 (0)