We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643bfd9 commit c5149c8Copy full SHA for c5149c8
demo/run.php
@@ -8,8 +8,8 @@
8
9
use Demo\Test;
10
11
-$USER_EMAIL = '[email protected]'; // change this with your own copyleaks email.
12
-$USER_KEY = '50625ec7-db62-436b-ac56-c6a242a94343'; // change this with your own copyleaks API key.
+$USER_EMAIL = '<USER_EMAIL>'; // change this with your own copyleaks email.
+$USER_KEY = '<API_KEY>'; // change this with your own copyleaks API key.
13
$WEBHOOK_URL = '<WEBHOOK_URL>'; //exe https://glacial-refuge-96501.herokuapp.com/10b0z2w1
14
15
$test = new Test();
0 commit comments