芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/reginaeigbe.com/folder/admin/tmp/vendor/laravel/prompts/src/PausePrompt.php
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; } }