File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ public function post()
133133 {
134134 $ errorStack = null ;
135135
136- $ url = $ this ->debug || $ validate ? $ this ::URL_DEBUG : $ this ::URL_LIVE ;
136+ $ url = $ this ->debug ? $ this ::URL_DEBUG : $ this ::URL_LIVE ;
137137 $ url .= '? ' . http_build_query (['measurement_id ' => $ this ->measurement_id , 'api_secret ' => $ this ->api_secret ]);
138138
139139 $ catch = parent ::toArray (true , $ errorStack );
Original file line number Diff line number Diff line change @@ -14,10 +14,6 @@ abstract class Event extends ToArray implements Facade\Export
1414 */
1515 abstract public function getName (): string ;
1616
17- abstract public function getParams (): array ;
18-
19- abstract public function getRequiredParams (): array ;
20-
2117 /**
2218 * @param GA4Exception $childErrors
2319 */
You can’t perform that action at this time.
0 commit comments