Skip to content

Commit

Permalink
Update Phinch.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hotmeteor committed Sep 7, 2022
1 parent 7b89b0d commit 3533f7c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/Facades/Phinch.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,24 @@
namespace Phinch\Phinch\Facades;

use Illuminate\Support\Facades\Facade as BaseFacade;
use Phinch\PhinchClient;

/**
* @method static authorize(string $token)
* @method static PhinchClient client()
* @method \Phinch\Products\Company company()
* @method \Phinch\Products\Directory directory()
* @method \Phinch\Products\Employment employment()
* @method \Phinch\Products\Individual individual()
* @method \Phinch\Products\Payment payment()
* @method \Phinch\Products\PayStatement payStatement()
* @method \Phinch\Products\Company $company
* @method \Phinch\Products\Directory $directory
* @method \Phinch\Products\Employment $employment
* @method \Phinch\Products\Individual $individual
* @method \Phinch\Products\Payment $payment
* @method \Phinch\Products\PayStatement $payStatement
*/
class Phinch extends BaseFacade
{
/**
Expand Down

0 comments on commit 3533f7c

Please sign in to comment.