File manager - Edit - /var/www/payraty/helpdesk/vendor/laravel/framework/src/Illuminate/Console/View/Components/Ask.php
Back
<?php namespace Illuminate\Console\View\Components; class Ask extends Component { /** * Renders the component using the given arguments. * * @param string $question * @param string $default * @return mixed */ public function render($question, $default = null) { return $this->usingQuestionHelper(fn () => $this->output->ask($question, $default)); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings