Skip to content

Commit

Permalink
chore(SHS-6056): Remove kint for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Berger committed Feb 19, 2025
1 parent 3ec0574 commit 1998409
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public function generateEventTable(): array {
$localist_urls = $config_pages->get('field_url_separate')->getValue();

$temp = $config_pages->get('field_url_book_s')->getValue();
kint($temp);

foreach ($localist_urls as $url) {
parse_str(parse_url(urldecode($url['uri']), PHP_URL_QUERY), $query_parameters);

Expand Down

0 comments on commit 1998409

Please sign in to comment.