remove unnecessary things from demo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user