Skip to content

Commit

Permalink
Update generator
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit committed Jul 24, 2024
1 parent 69aa3b6 commit 6cfc75b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/generator
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

use Contributte\Console\Application;

require __DIR__ . '/../Bootstrap.php';

if (
!(is_file($file = __DIR__ . '/../vendor/autoload.php') && include $file) &&
!(is_file($file = __DIR__ . '/../../../autoload.php') && include $file)
Expand Down

0 comments on commit 6cfc75b

Please sign in to comment.