Skip to content

Commit e48cfa7

Browse files
authored
Merge pull request #41 from schube/added_missing_use_statements
Added missing "use" Statements.
2 parents 0359c3b + 6290d92 commit e48cfa7

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)