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.
2 parents 0cf329d + a93f53c commit d0ed088Copy full SHA for d0ed088
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