Stub out queue-view-item script
This commit is contained in:
parent
fdddca5fff
commit
d9b6621a1a
2 changed files with 5 additions and 0 deletions
4
bin/queue-view-item
Executable file
4
bin/queue-view-item
Executable file
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/usr/bin/php
|
||||||
|
<?php
|
||||||
|
require_once(__DIR__ . "/find-autoloader.php");
|
||||||
|
|
||||||
|
|
@ -89,6 +89,7 @@
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
"bin/queue-status",
|
"bin/queue-status",
|
||||||
|
"bin/queue-view-item",
|
||||||
"bin/worker"
|
"bin/worker"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue