File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ User Input Methods
278278 In case you need to validate the given value, pass a callback validator as
279279 the third argument::
280280
281- $io->ask('Number of workers to start', 1 , function ($number) {
281+ $io->ask('Number of workers to start', '1' , function ($number) {
282282 if (!is_numeric($number)) {
283283 throw new \RuntimeException('You must type a number.');
284284 }
Original file line number Diff line number Diff line change @@ -223,6 +223,7 @@ setup:
223223* Running any database migrations
224224* Clearing your APCu cache
225225* Add/edit CRON jobs
226+ * Restarting your workers
226227* :ref: `Building and minifying your assets <how-do-i-deploy-my-encore-assets >` with Webpack Encore
227228* Pushing assets to a CDN
228229* On a shared hosting platform using the Apache web server, you may need to
You can’t perform that action at this time.
0 commit comments