File tree 2 files changed +2
-1
lines changed
Filter options
2 files changed +2
-1
lines changed
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ User Input Methods
278
278
In case you need to validate the given value, pass a callback validator as
279
279
the third argument::
280
280
281
- $io->ask('Number of workers to start', 1 , function ($number) {
281
+ $io->ask('Number of workers to start', '1' , function ($number) {
282
282
if (!is_numeric($number)) {
283
283
throw new \RuntimeException('You must type a number.');
284
284
}
Original file line number Diff line number Diff line change @@ -223,6 +223,7 @@ setup:
223
223
* Running any database migrations
224
224
* Clearing your APCu cache
225
225
* Add/edit CRON jobs
226
+ * Restarting your workers
226
227
* :ref: `Building and minifying your assets <how-do-i-deploy-my-encore-assets >` with Webpack Encore
227
228
* Pushing assets to a CDN
228
229
* 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