Skip to content

Commit 1f4a6af

Browse files
Fix phar build
1 parent 5e8586d commit 1f4a6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/phar-autoload.php.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if ($execute) {
4747
require __PHPBU_PHAR_ROOT__ . '/lib/guzzlehttp/promises/functions_include.php';
4848
// dropbox collection helper
4949
require __PHPBU_PHAR_ROOT__ . '/lib/tightenco/Collect/Support/helpers.php';
50-
require __PHPBU_PHAR_ROOT__ . '/lib/tightenco/Collect/Support/alias.php';
50+
//require __PHPBU_PHAR_ROOT__ . '/lib/tightenco/Collect/Support/alias.php';
5151

5252
phpbu\App\Cmd::main();
5353
}

0 commit comments

Comments
 (0)