Skip to content

Commit 00714c8

Browse files
committed
add autoload_real.php to the vendor hash
1 parent 274579a commit 00714c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/DeployCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ protected function cancelDeployment(array $deployment)
238238
*/
239239
protected function createVendorHash()
240240
{
241-
return md5(md5_file(Path::app().'/composer.json').md5_file(Path::app().'/composer.lock'));
241+
return md5(md5_file(Path::app().'/composer.json').md5_file(Path::app().'/composer.lock').md5_file(Path::vendor().'/composer/autoload_real.php'));
242242
}
243243

244244
/**

0 commit comments

Comments
 (0)