Skip to content

Commit 6290d92

Browse files
committed
Added missing "use" Statements.
Now Eclipse PDT shows correct code completion.
1 parent 3813a53 commit 6290d92

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

FMDataAPI.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
namespace INTERMediator\FileMakerServer\RESTAPI;
1212

13+
use INTERMediator\FileMakerServer\RESTAPI\Supporting\FileMakerLayout;
14+
use INTERMediator\FileMakerServer\RESTAPI\Supporting\FileMakerRelation;
15+
use Exception;
16+
1317
/**
1418
* Class FMDataAPI is the wrapper of The REST API in FileMaker Server 18/Cloud.
1519
*
@@ -350,6 +354,8 @@ public function getReturnedCount()
350354

351355
namespace INTERMediator\FileMakerServer\RESTAPI\Supporting;
352356

357+
use Exception;
358+
353359
/**
354360
* Class FileMakerLayout is the proxy of layout in FileMaker database.
355361
* The object of this class is going to be generated by the FMDataAPI class,

0 commit comments

Comments
 (0)