Skip to content

Commit

Permalink
Fix RecursiveArrayIterator not found
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieburchell authored and chriskacerguis committed Feb 3, 2022
1 parent c015708 commit 4571473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RestController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace chriskacerguis\RestServer;

use Exception;
use RecursiveArrayIterator;
use RecursiveIteratorIterator;
use stdClass;

Expand Down

0 comments on commit 4571473

Please sign in to comment.