remove unnecessary things from demo

This commit is contained in:
Andras Bacsai
2023-03-27 09:35:34 +02:00
parent f57684b024
commit e604abf47a
3 changed files with 4 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ class DispatchRemoteProcess
public function __construct(RemoteProcessArgs $remoteProcessArgs){
$this->activity = activity()
->withProperties($remoteProcessArgs->toArray())
->log("Awaiting command to start...\n\n");
->log("");
}
public function __invoke(): Activity