Skip to content

Commit 7079ea6

Browse files
committed
Adjust runner parameters
1 parent 6aca9ae commit 7079ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AsyncTask.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function start(): void
6363
{
6464
// assume unix for now
6565
$serializedTask = $this->toBase64Serial();
66-
Process::start("php artisan async:run $serializedTask 2>&1");
66+
Process::quietly()->start("php artisan async:run $serializedTask");
6767
}
6868

6969
/**

0 commit comments

Comments
 (0)