prisma-client-php 0.0.43 → 0.0.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,7 +4,7 @@ namespace Lib\Prisma\Model;
|
|
|
4
4
|
|
|
5
5
|
interface IModel
|
|
6
6
|
{
|
|
7
|
-
|
|
7
|
+
public function aggregate(array $operation);
|
|
8
8
|
// public function createMany(array $data);
|
|
9
9
|
// public function createManyAndReturn(array $data);
|
|
10
10
|
public function create(array $data);
|
package/package.json
CHANGED