Skip to content

Commit 89e4e80

Browse files
Load collection helper in PHAR - issue #175
In order to make the dropbox collections work some class aliases and helper function have to be loaded.
1 parent 2750365 commit 89e4e80

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build/phar-autoload.php.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ if ($execute) {
4545
require __PHPBU_PHAR_ROOT__ . '/lib/guzzlehttp/guzzle/functions_include.php';
4646
require __PHPBU_PHAR_ROOT__ . '/lib/guzzlehttp/psr7/functions_include.php';
4747
require __PHPBU_PHAR_ROOT__ . '/lib/guzzlehttp/promises/functions_include.php';
48-
48+
// dropbox collection helper
49+
require __PHPBU_PHAR_ROOT__ . '/lib/tightenco/Collect/Support/helpers.php';
50+
require __PHPBU_PHAR_ROOT__ . '/lib/tightenco/Collect/Support/alias.php';
51+
4952
phpbu\App\Cmd::main();
5053
}
5154

0 commit comments

Comments
 (0)