1 | <?php |
||
23 | class ProgressStepCollection extends Collection { |
||
24 | |||
25 | /** |
||
26 | * ProgressStepCollection constructor. |
||
27 | * |
||
28 | * @throws \EventEspresso\core\exceptions\InvalidInterfaceException |
||
29 | */ |
||
30 | public function __construct() { |
||
33 | |||
34 | } |
||
35 | // End of file ProgressStepCollection.php |
||
36 | // Location: /ProgressStepCollection.php |