@@ -6,7 +6,6 @@ |
||
6 | 6 | use Aws\DynamoDb\Marshaler; |
7 | 7 | use Fathomminds\Rest\Exceptions\RestException; |
8 | 8 | use Fathomminds\Rest\Contracts\IResource; |
9 | -use Fathomminds\Rest\Helpers\Uuid; |
|
10 | 9 | use Aws\DynamoDb\Exception\DynamoDbException; |
11 | 10 | |
12 | 11 | class Resource implements IResource |
@@ -83,6 +83,9 @@ |
||
83 | 83 | $this->resource = new \StdClass(); |
84 | 84 | } |
85 | 85 | |
86 | + /** |
|
87 | + * @param boolean $value |
|
88 | + */ |
|
86 | 89 | protected function setUpdateMode($value) |
87 | 90 | { |
88 | 91 | $this->updateMode = $value; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | |
4 | 4 | use Fathomminds\Rest\Helpers\ReflectionHelper; |
5 | 5 | use Fathomminds\Rest\Contracts\IRestObject; |
6 | -use Fathomminds\Rest\Database\Clusterpoint\Database; |
|
7 | 6 | |
8 | 7 | abstract class RestObject implements IRestObject |
9 | 8 | { |