- Laravel Version: 5.4.27
- PHP Version: 5.6.30
Description:
When call Storage::delete() it calls inside Util::normalizePath which return path without staring backslash.
Steps To Reproduce:
If is pass something like "\Users\username..." normalizePath returns "Users\username..." and Storage::delete() not work.