diff options
Diffstat (limited to 'vendor/composer/include_paths.php')
-rw-r--r-- | vendor/composer/include_paths.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/composer/include_paths.php b/vendor/composer/include_paths.php index 4b72402c9..91c7403d0 100644 --- a/vendor/composer/include_paths.php +++ b/vendor/composer/include_paths.php @@ -2,7 +2,7 @@ // include_paths.php @generated by Composer -$vendorDir = dirname(dirname(__FILE__)); +$vendorDir = dirname(__DIR__); $baseDir = dirname($vendorDir); return array( |