Skip to content

Commit

Permalink
Remove SmartFileInfo registration in bootstrap.php (#2589)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jun 29, 2022
1 parent 250bcbb commit 87b3ad5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build/target-repository/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,4 @@
$composerAutoloader->loadClass($class);
}
}

// aliased by php-scoper, that's why its missing
if ($class === 'Symplify\SmartFileSystem\SmartFileInfo') {
$filePath = __DIR__ . '/vendor/symplify/smart-file-system/src/SmartFileInfo.php';
if (file_exists($filePath)) {
require $filePath;
}
}
});

0 comments on commit 87b3ad5

Please sign in to comment.