diff --git a/src/Support/DomainMigration.php b/src/Support/DomainMigration.php index cd6c59f..9f3a939 100644 --- a/src/Support/DomainMigration.php +++ b/src/Support/DomainMigration.php @@ -57,7 +57,7 @@ public static function discoverPaths(): array $finder = static::finder($paths); return Lody::filesFromFinder($finder) - ->map(fn ($file) => $file->getPath()) + ->map(fn ($file) => Path::normalize($file->getPath())) ->unique() ->values() ->toArray();