File manager - Edit - /home/autoph/public_html/projects/vendor/laravel/framework/src/Illuminate/Database/Events/ModelsPruned.php
Back
<?php namespace Illuminate\Database\Events; class ModelsPruned { /** * The class name of the model that was pruned. * * @var string */ public $model; /** * The number of pruned records. * * @var int */ public $count; /** * Create a new event instance. * * @param string $model * @param int $count * @return void */ public function __construct($model, $count) { $this->model = $model; $this->count = $count; } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.07 |
proxy
|
phpinfo
|
Settings