Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
dawlib committed May 25, 2021
1 parent 7f7c529 commit fb184b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Castle.php
Expand Up @@ -22,6 +22,9 @@ function lcfirst( $str ) {
require(dirname(__FILE__) . '/RestModel/Model.php');
require(dirname(__FILE__) . '/Castle/Models/Context.php');
require(dirname(__FILE__) . '/Castle/Models/Authenticate.php');
require(dirname(__FILE__) . '/Castle/Models/Filter.php');
require(dirname(__FILE__) . '/Castle/Models/Log.php');
require(dirname(__FILE__) . '/Castle/Models/Risk.php');
require(dirname(__FILE__) . '/Castle/Models/Review.php');
require(dirname(__FILE__) . '/Castle/CurlTransport.php');
require(dirname(__FILE__) . '/Castle/RequestContext.php');
Expand Down

0 comments on commit fb184b0

Please sign in to comment.