Skip to content

Commit

Permalink
Fix RecursiveIteratorIterator not found
Browse files Browse the repository at this point in the history
Fixes #1111
  • Loading branch information
jamieburchell authored and chriskacerguis committed Feb 3, 2022
1 parent 99d9962 commit 4c5b88b
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 @@ -4,6 +4,7 @@

use Exception;
use stdClass;
use RecursiveIteratorIterator;

defined('BASEPATH') or exit('No direct script access allowed');

Expand Down

0 comments on commit 4c5b88b

Please sign in to comment.