latest changes
This commit is contained in:
6
vendor/bin/getIcon → vendor/bin/rad
vendored
6
vendor/bin/getIcon → vendor/bin/rad
vendored
@@ -4,7 +4,7 @@
|
||||
/**
|
||||
* Proxy PHP file generated by Composer
|
||||
*
|
||||
* This file includes the referenced bin path (../open-function-computers-llc/rad-theme-engine/bin/getIcon)
|
||||
* This file includes the referenced bin path (../open-function-computers-llc/rad-theme-engine/bin/rad)
|
||||
* using a stream wrapper to prevent the shebang from being output on PHP<8
|
||||
*
|
||||
* @generated
|
||||
@@ -112,8 +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'))
|
||||
) {
|
||||
return include("phpvfscomposer://" . __DIR__ . '/..'.'/open-function-computers-llc/rad-theme-engine/bin/getIcon');
|
||||
return include("phpvfscomposer://" . __DIR__ . '/..'.'/open-function-computers-llc/rad-theme-engine/bin/rad');
|
||||
}
|
||||
}
|
||||
|
||||
return include __DIR__ . '/..'.'/open-function-computers-llc/rad-theme-engine/bin/getIcon';
|
||||
return include __DIR__ . '/..'.'/open-function-computers-llc/rad-theme-engine/bin/rad';
|
||||
Reference in New Issue
Block a user