1<?php
2
3namespace dokuwiki\plugin\swarmwebhook\test\mock;
4
5
6class IFTTT extends \dokuwiki\plugin\swarmwebhook\webhooks\IFTTT
7{
8    public function parseTimeIntoDateTime($timestring, $nowTS)
9    {
10        return parent::parseTimeIntoDateTime($timestring, $nowTS); // TODO: Change the autogenerated stub
11    }
12
13}