@@ -52,10 +52,10 @@ |
||
52 | 52 | $actions[] = new PostbackTemplateActionBuilder($action->label, $action->value); |
53 | 53 | break; |
54 | 54 | case Action::TYPE_URI: |
55 | - $actions[] = new UriTemplateActionBuilder($action->label, $action->value); |
|
55 | + $actions[] = new UriTemplateActionBuilder($action->label, $action->value); |
|
56 | 56 | break; |
57 | 57 | default: |
58 | - $actions[] = new MessageTemplateActionBuilder($action->label, $action->value);; |
|
58 | + $actions[] = new MessageTemplateActionBuilder($action->label, $action->value); ; |
|
59 | 59 | } |
60 | 60 | } |
61 | 61 |
@@ -60,10 +60,10 @@ |
||
60 | 60 | $actions[] = new PostbackTemplateActionBuilder($action->label, $action->value); |
61 | 61 | break; |
62 | 62 | case Action::TYPE_URI: |
63 | - $actions[] = new UriTemplateActionBuilder($action->label, $action->value); |
|
63 | + $actions[] = new UriTemplateActionBuilder($action->label, $action->value); |
|
64 | 64 | break; |
65 | 65 | default: |
66 | - $actions[] = new MessageTemplateActionBuilder($action->label, $action->value);; |
|
66 | + $actions[] = new MessageTemplateActionBuilder($action->label, $action->value); ; |
|
67 | 67 | } |
68 | 68 | } |
69 | 69 |
@@ -52,10 +52,10 @@ |
||
52 | 52 | $actions[] = new PostbackTemplateActionBuilder($action->label, $action->value); |
53 | 53 | break; |
54 | 54 | case Action::TYPE_URI: |
55 | - $actions[] = new UriTemplateActionBuilder($action->label, $action->value); |
|
55 | + $actions[] = new UriTemplateActionBuilder($action->label, $action->value); |
|
56 | 56 | break; |
57 | 57 | default: |
58 | - $actions[] = new MessageTemplateActionBuilder($action->label, $action->value);; |
|
58 | + $actions[] = new MessageTemplateActionBuilder($action->label, $action->value); ; |
|
59 | 59 | } |
60 | 60 | } |
61 | 61 |