Skip to content

Commit eaaa45f

Browse files
committed
Possible fix for 116
1 parent 6f78c8e commit eaaa45f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Support/Helpers.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ public static function getAppName()
9696
*/
9797
public static function fixNamespace($path)
9898
{
99-
$path = self::convertSlashToBackslash($path);
99+
$path = self::convertSlashToBackslash($path);
100100

101-
$path = rtrim(Str::eliminateDupilcates($path, '\\'), '\\');
101+
$path = rtrim(Str::eliminateDupilcates($path, '\\'), '\\');
102102

103103
return $path;
104104
}

0 commit comments

Comments
 (0)