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 0359c3b + 6290d92 commit e48cfa7Copy full SHA for e48cfa7
1 file changed
FMDataAPI.php
@@ -10,6 +10,10 @@
10
11
namespace INTERMediator\FileMakerServer\RESTAPI;
12
13
+use INTERMediator\FileMakerServer\RESTAPI\Supporting\FileMakerLayout;
14
+use INTERMediator\FileMakerServer\RESTAPI\Supporting\FileMakerRelation;
15
+use Exception;
16
+
17
/**
18
* Class FMDataAPI is the wrapper of The REST API in FileMaker Server 18/Cloud.
19
*
@@ -350,6 +354,8 @@ public function getReturnedCount()
350
354
351
355
namespace INTERMediator\FileMakerServer\RESTAPI\Supporting;
352
356
357
358
353
359
360
* Class FileMakerLayout is the proxy of layout in FileMaker database.
361
* The object of this class is going to be generated by the FMDataAPI class,
0 commit comments