Browse code

removed Telnyx Plivo Twilio Flowroute appinfo/info.xml appinfo/signature.json README.md lib/Controller/AuthorApiController.php

DoubleBastionAdmin authored on 20/08/2022 16:26:33
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,18 +0,0 @@
1
-<?php
2
-
3
-namespace Telnyx\Util;
4
-
5
-/**
6
- * A very basic implementation of LoggerInterface that has just enough
7
- * functionality that it can be the default for this library.
8
- */
9
-class DefaultLogger implements LoggerInterface
10
-{
11
-    public function error($message, array $context = [])
12
-    {
13
-        if (count($context) > 0) {
14
-            throw new \Exception('DefaultLogger does not currently implement context. Please implement if you need it.');
15
-        }
16
-        error_log($message);
17
-    }
18
-}
Browse code

added appinfo/signature.json Telnyx Twilio Flowroute

DoubleBastionAdmin authored on 19/08/2022 13:10:24
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,18 @@
1
+<?php
2
+
3
+namespace Telnyx\Util;
4
+
5
+/**
6
+ * A very basic implementation of LoggerInterface that has just enough
7
+ * functionality that it can be the default for this library.
8
+ */
9
+class DefaultLogger implements LoggerInterface
10
+{
11
+    public function error($message, array $context = [])
12
+    {
13
+        if (count($context) > 0) {
14
+            throw new \Exception('DefaultLogger does not currently implement context. Please implement if you need it.');
15
+        }
16
+        error_log($message);
17
+    }
18
+}
Browse code

removed appinfo/signature.json and Telnyx

DoubleBastionAdmin authored on 19/08/2022 12:45:59
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,18 +0,0 @@
1
-<?php
2
-
3
-namespace Telnyx\Util;
4
-
5
-/**
6
- * A very basic implementation of LoggerInterface that has just enough
7
- * functionality that it can be the default for this library.
8
- */
9
-class DefaultLogger implements LoggerInterface
10
-{
11
-    public function error($message, array $context = [])
12
-    {
13
-        if (count($context) > 0) {
14
-            throw new \Exception('DefaultLogger does not currently implement context. Please implement if you need it.');
15
-        }
16
-        error_log($message);
17
-    }
18
-}
Browse code

added appinfo/signature.json and Telnyx directory

DoubleBastionAdmin authored on 19/08/2022 11:38:54
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,18 @@
1
+<?php
2
+
3
+namespace Telnyx\Util;
4
+
5
+/**
6
+ * A very basic implementation of LoggerInterface that has just enough
7
+ * functionality that it can be the default for this library.
8
+ */
9
+class DefaultLogger implements LoggerInterface
10
+{
11
+    public function error($message, array $context = [])
12
+    {
13
+        if (count($context) > 0) {
14
+            throw new \Exception('DefaultLogger does not currently implement context. Please implement if you need it.');
15
+        }
16
+        error_log($message);
17
+    }
18
+}
Browse code

removed Telnyx directory

DoubleBastionAdmin authored on 19/08/2022 11:12:03
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,18 +0,0 @@
1
-<?php
2
-
3
-namespace Telnyx\Util;
4
-
5
-/**
6
- * A very basic implementation of LoggerInterface that has just enough
7
- * functionality that it can be the default for this library.
8
- */
9
-class DefaultLogger implements LoggerInterface
10
-{
11
-    public function error($message, array $context = [])
12
-    {
13
-        if (count($context) > 0) {
14
-            throw new \Exception('DefaultLogger does not currently implement context. Please implement if you need it.');
15
-        }
16
-        error_log($message);
17
-    }
18
-}
Browse code

Created repository.

DoubleBastionAdmin authored on 01/03/2022 23:47:00
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,18 @@
1
+<?php
2
+
3
+namespace Telnyx\Util;
4
+
5
+/**
6
+ * A very basic implementation of LoggerInterface that has just enough
7
+ * functionality that it can be the default for this library.
8
+ */
9
+class DefaultLogger implements LoggerInterface
10
+{
11
+    public function error($message, array $context = [])
12
+    {
13
+        if (count($context) > 0) {
14
+            throw new \Exception('DefaultLogger does not currently implement context. Please implement if you need it.');
15
+        }
16
+        error_log($message);
17
+    }
18
+}