Skip to content

Commit

Permalink
Updates the package removing the attempted load of the auto-loader, t…
Browse files Browse the repository at this point in the history
…his could break things when not running from the working directory
  • Loading branch information
SourceCode committed Sep 22, 2016
1 parent 1b8ae3d commit 76ad15e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Perseus.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class Perseus
*/
public function __construct(array $commands)
{
require_once('../vendor/autoload.php');
$application = new Application();
$application->add(new Console\Command\About());

Expand Down

0 comments on commit 76ad15e

Please sign in to comment.