Browse Source

Deprecated normalizePath to fix it in the new method normalizeFullPath.

AlPri78 7 years ago
parent
commit
57f63934cc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Filesystem/Folder.php

+ 1 - 0
src/Filesystem/Folder.php

@@ -360,6 +360,7 @@ class Folder
     public static function normalizePath($path)
     {
         deprecationWarning('Folder::normalizePath() is deprecated. Use Folder::correctSlashFor() instead.');
+
         return Folder::correctSlashFor($path);
     }