File manager - Edit - /home/autoph/public_html/projects/vendor/laravel/framework/src/Illuminate/Notifications/Messages/DatabaseMessage.php
Back
<?php namespace Illuminate\Notifications\Messages; class DatabaseMessage { /** * The data that should be stored with the notification. * * @var array */ public $data = []; /** * Create a new database message. * * @param array $data * @return void */ public function __construct(array $data = []) { $this->data = $data; } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings