From 367ff694901923ec2226033e45db98adef0d5c17 Mon Sep 17 00:00:00 2001 From: Bellangelo Date: Fri, 27 Sep 2024 04:51:14 +0300 Subject: [PATCH] Since file is copied to another place the path won't work --- bin/type-coverage-updater.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/type-coverage-updater.php b/bin/type-coverage-updater.php index d46ad13..94602b2 100644 --- a/bin/type-coverage-updater.php +++ b/bin/type-coverage-updater.php @@ -5,8 +5,6 @@ use Bellangelo\TypeCoverageUpdater\Commands\UpdateCommand; use Symfony\Component\Console\Application; -require_once __DIR__ . '/../vendor/autoload.php'; - $application = new Application(); $application->add(new UpdateCommand()); -$application->run(); \ No newline at end of file +$application->run();