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 ab8b983 commit 7a751b5Copy full SHA for 7a751b5
lib/Report.php
@@ -4,5 +4,13 @@
4
5
class Report extends ShopifyResource
6
{
7
+ /**
8
+ * @inheritDoc
9
+ */
10
protected $resourceKey = 'report';
11
+
12
13
14
15
+ public $countEnabled = false;
16
}
tests/ReportTest.php
@@ -18,9 +18,4 @@ class ReportTest extends TestSimpleResource
18
public $putArray = array(
19
"name" => "A new app report - updated",
20
);
21
-
22
- /**
23
- * @inheritDoc
24
- */
25
- public $countEnabled = false;
26
0 commit comments