We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bbf272 commit 9d643eaCopy full SHA for 9d643ea
1 file changed
example.php
@@ -5,7 +5,10 @@
5
use Databox\Client;
6
7
$token = getenv("DATABOX_PUSH_TOKEN");
8
-if (!$token) $token = 'adxg1kq5a4g04k0wk0s4wkssow8osw84';
+
9
+if (!$token) {
10
+ $token = 'adxg1kq5a4g04k0wk0s4wkssow8osw84';
11
+}
12
13
$c = new Client($token);
14
0 commit comments