Skip to content

Commit

Permalink
Add docblock.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Apr 28, 2019
1 parent 1f315b9 commit e3d883d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Katsana.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

use Illuminate\Support\Facades\Facade;

/**
* @method mixed config(string|null $key = null)
* @method \Katsana\Sdk\Client driver(string|null $driver = null)
* @method \Laravie\Codex\Contracts\Request via(\Laravie\Codex\Contracts\Request $request)
* @method \Katsana\Sdk\Client onTimeZone(string $timeZoneCode)
* @method \Katsana\Sdk\Client useCustomApiEndpoint(string $endpoint)
*
* @see \Katsana\Manager
*/
class Katsana extends Facade
{
/**
Expand Down

0 comments on commit e3d883d

Please sign in to comment.