Created
June 13, 2020 15:09
-
-
Save eS-IT/c14d5f35f02f5758b2629ea3b9882deb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$this->io->confirm('Restart the web server?'); | |
// default value: | |
$this->io->confirm('Restart the web server?', true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment