Completed
Pull Request — master (#69)
by
unknown
08:17
created
src/TwitterAds/Fields/PollCardFields.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
     const DELETED               = 'deleted';
12 12
     const PREVIEW_URL           = 'preview_url';
13 13
     const WITH_TOTAL_COUNT      = 'with_total_count';
14
-    const DURATION_IN_MINUTES  = 'duration_in_minutes';
14
+    const DURATION_IN_MINUTES = 'duration_in_minutes';
15 15
     const FIRST_CHOICE          = 'first_choice';
16 16
     const SECOND_CHOICE         = 'second_choice';
17 17
     const THIRD_CHOICE          = 'third_choice';
Please login to merge, or discard this patch.