Skip to content

Commit

Permalink
PHP CS
Browse files Browse the repository at this point in the history
  • Loading branch information
levidurfee committed Nov 29, 2018
1 parent 960eafe commit 1cc8601
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Resources/PaymentIntent.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
namespace Bulldog\Strype\Resources;

use Bulldog\Strype\Resource;
use Bulldog\Strype\Traits\Retrieve;
use Bulldog\Strype\Contracts\Resources\PaymentIntentInterface;

/**
* @see https://stripe.com/docs/api/payment_intents
*/
class Balance extends Resource implements PaymentIntentInterface
{

}

0 comments on commit 1cc8601

Please sign in to comment.