Skip to content

Commit

Permalink
Merge pull request #11 from zamzar/fix-init-script
Browse files Browse the repository at this point in the history
Fix for manual installation - inclusion order
  • Loading branch information
zamzar-miked authored Jul 20, 2023
2 parents 055ce98 + e268f9e commit 8ed1edd
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 @@ -32,8 +32,8 @@
require __DIR__ . '/lib/Service/JobService.php';

// Plumbing
require __DIR__ . '/lib/ApiResource.php';
require __DIR__ . '/lib/ZamzarObject.php';
require __DIR__ . '/lib/ApiResource.php';
require __DIR__ . '/lib/Collection.php';
require __DIR__ . '/lib/ApiRequestor.php';
require __DIR__ . '/lib/ApiResponse.php';
Expand Down

0 comments on commit 8ed1edd

Please sign in to comment.