Skip to content

Commit b3d1bcf

Browse files
edgardmessiasDavertMik
authored andcommitted
Fixed Uncaught ArgumentCountError (Close #34) (#35)
1 parent 7cbeb70 commit b3d1bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function askForUpdate(PackageEvent $event)
8585
return;
8686
}
8787
}
88-
$this->copyC3();
88+
$this->copyC3($event);
8989
}
9090

9191
private function c3NotChanged()

0 commit comments

Comments
 (0)