Skip to content

Commit 477b4ac

Browse files
author
davydovct
committed
Add helper require
1 parent d2093eb commit 477b4ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
require_once "lib/Cleantalk.php";
55
require_once "lib/CleantalkRequest.php";
6+
require_once "lib/CleantalkResponse.php";
7+
require_once "lib/CleantalkHelper.php";
68
require_once "lib/CleantalkAPI.php";
79

810
/**

0 commit comments

Comments
 (0)