Skip to content

Instantly share code, notes, and snippets.

@eS-IT
Created June 13, 2020 15:09
Show Gist options
  • Save eS-IT/c14d5f35f02f5758b2629ea3b9882deb to your computer and use it in GitHub Desktop.
Save eS-IT/c14d5f35f02f5758b2629ea3b9882deb to your computer and use it in GitHub Desktop.
<?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