Файловый менеджер - Редактировать - /home/clickysoft/public_html/assets.clickysoft.net/vendor/laravel/prompts/src/PausePrompt.php
Назад
<?php namespace Laravel\Prompts; class PausePrompt extends Prompt { /** * Create a new PausePrompt instance. */ public function __construct(public string $message = 'Press enter to continue...') { $this->required = false; $this->validate = null; $this->on('key', fn ($key) => match ($key) { Key::ENTER => $this->submit(), default => null, }); } /** * Get the value of the prompt. */ public function value(): bool { return static::$interactive; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка