You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will have the wrong base path as the ltrim makes the path relative, cause it to be prepended again with a getcwd() issued in the PSR4 class as without a leading '/' it will enter the 'else'
It's about the PSR4 module you add in the axel.php constructor:
It will have the wrong base path as the ltrim makes the path relative, cause it to be prepended again with a getcwd() issued in the PSR4 class as without a leading '/' it will enter the 'else'
The text was updated successfully, but these errors were encountered: