Skip to content

Commit 484bdc5

Browse files
author
Greg Bowler
committed
Merge remote-tracking branch 'origin/master'
2 parents 84dac04 + ef739dd commit 484bdc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/BuildRunner.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
class BuildRunner {
55
public static function run(string $path, bool $continue = true):void {
6-
require(__DIR__ . "/../vendor/autoload.php");
76
$build = new Build($path);
87
$build->check();
98

@@ -18,4 +17,4 @@ public static function run(string $path, bool $continue = true):void {
1817
usleep(100000);
1918
} while($continue);
2019
}
21-
}
20+
}

0 commit comments

Comments
 (0)