summaryrefslogtreecommitdiffstats
path: root/vendor/stripe/stripe-php/lib/LoginLink.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/stripe/stripe-php/lib/LoginLink.php')
-rw-r--r--vendor/stripe/stripe-php/lib/LoginLink.php30
1 files changed, 15 insertions, 15 deletions
diff --git a/vendor/stripe/stripe-php/lib/LoginLink.php b/vendor/stripe/stripe-php/lib/LoginLink.php
index 3351356..a016fca 100644
--- a/vendor/stripe/stripe-php/lib/LoginLink.php
+++ b/vendor/stripe/stripe-php/lib/LoginLink.php
@@ -1,15 +1,15 @@
-<?php
-
-// File generated from our OpenAPI spec
-
-namespace Stripe;
-
-/**
- * @property string $object String representing the object's type. Objects of the same type share the same value.
- * @property int $created Time at which the object was created. Measured in seconds since the Unix epoch.
- * @property string $url The URL for the login link.
- */
-class LoginLink extends ApiResource
-{
- const OBJECT_NAME = 'login_link';
-}
+<?php
+
+// File generated from our OpenAPI spec
+
+namespace Stripe;
+
+/**
+ * @property string $object String representing the object's type. Objects of the same type share the same value.
+ * @property int $created Time at which the object was created. Measured in seconds since the Unix epoch.
+ * @property string $url The URL for the login link.
+ */
+class LoginLink extends ApiResource
+{
+ const OBJECT_NAME = 'login_link';
+}