@@ -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 |
@@ -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 | { |