Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from kevinhillinger/master
Browse files Browse the repository at this point in the history
fixing path to autoload
  • Loading branch information
goetas committed Feb 20, 2014
2 parents a4f41ee + 4ffb2e6 commit 6863e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/xsd2php.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/php
<?php

include __DIR__ . '/../vendor/autoload.php';
include __DIR__ . '/../../../autoload.php';

use Goetas\Xsd\XsdToPhp\Console\ConsoleRunner;

Expand Down

0 comments on commit 6863e5d

Please sign in to comment.