File manager - Edit - /home/autoph/public_html/projects/test_api/vendor/laravel/framework/src/Illuminate/Database/Events/ModelPruningFinished.php
Back
<?php namespace Illuminate\Database\Events; class ModelPruningFinished { /** * The class names of the models that were pruned. * * @var array<class-string> */ public $models; /** * Create a new event instance. * * @param array<class-string> $models * @return void */ public function __construct($models) { $this->models = $models; } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings