Skip to content

Commit

Permalink
Fix RecursiveIteratorIterator not found
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieburchell authored and getbigideas committed Feb 3, 2022
1 parent c557cb0 commit 1a32990
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 1a32990

Please sign in to comment.