Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
maztch committed May 30, 2019
1 parent 7c73f66 commit a83f0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
require_once __DIR__ . '/src/Request/Response.php';
require_once __DIR__ . '/src/Request/Request.php';
require_once __DIR__ . '/src/Request/Body.php';

require_once __DIR__ . '/src/Element.php';
//Exceptions
require_once __DIR__ . '/src/Exceptions/ExtendedException.php';
require_once __DIR__ . '/src/Exceptions/DownloadException.php';
Expand Down

0 comments on commit a83f0be

Please sign in to comment.