Skip to content

Commit

Permalink
Update autoload.php
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-scott committed May 20, 2016
1 parent 1f0d4c0 commit 2ee1580
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@
}
});

require_once __DIR__ . '/vendor/autoload.php';
if (file_exists(__DIR__ . '/vendor/autoload.php')) {
include_once __DIR__ . '/vendor/autoload.php';
}

0 comments on commit 2ee1580

Please sign in to comment.