🔧
This commit is contained in:
5
vendor/bin/pint
vendored
Normal file → Executable file
5
vendor/bin/pint
vendored
Normal file → Executable file
@@ -112,9 +112,8 @@ if (PHP_VERSION_ID < 80000) {
|
||||
(function_exists('stream_get_wrappers') && in_array('phpvfscomposer', stream_get_wrappers(), true))
|
||||
|| (function_exists('stream_wrapper_register') && stream_wrapper_register('phpvfscomposer', 'Composer\BinProxyWrapper'))
|
||||
) {
|
||||
include("phpvfscomposer://" . __DIR__ . '/..'.'/laravel/pint/builds/pint');
|
||||
exit(0);
|
||||
return include("phpvfscomposer://" . __DIR__ . '/..'.'/laravel/pint/builds/pint');
|
||||
}
|
||||
}
|
||||
|
||||
include __DIR__ . '/..'.'/laravel/pint/builds/pint';
|
||||
return include __DIR__ . '/..'.'/laravel/pint/builds/pint';
|
||||
|
||||
Reference in New Issue
Block a user