Skip to content

Commit acd88be

Browse files
committed
Hide the async task runner
1 parent d6db4aa commit acd88be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AsyncTaskRunnerCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ class AsyncTaskRunnerCommand extends Command
2323
*/
2424
protected $description = 'Runs a background async task (DO NOT USE DIRECTLY)';
2525

26+
protected $hidden = true;
27+
2628
/**
2729
* Execute the console command.
2830
*

0 commit comments

Comments
 (0)