File manager - Edit - /var/www/payraty/helpdesk/vendor/laravel/pulse/src/Value.php
Back
<?php namespace Laravel\Pulse; class Value { /** * Create a new Value instance. */ public function __construct( public int $timestamp, public string $type, public string $key, public string $value, ) { // } /** * Fetch the value attributes for persisting. * * @return array<string, mixed> */ public function attributes(): array { return [ 'timestamp' => $this->timestamp, 'type' => $this->type, 'key' => $this->key, 'value' => $this->value, ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.08 |
proxy
|
phpinfo
|
Settings