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 0cf329d commit a93f53cCopy full SHA for a93f53c
Atomx/Resources/Publisher.php
@@ -0,0 +1,8 @@
1
+<?php namespace Atomx\Resources;
2
+
3
+use Atomx\AtomxClient;
4
+use InvalidArgumentException;
5
6
+class Publisher extends AtomxClient {
7
+ protected $endpoint = 'publisher';
8
+}
0 commit comments