🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:ModelsPruned.php
<?php namespace Illuminate\Database\Events; class ModelsPruned { /** * Create a new event instance. * * @param string $model The class name of the model that was pruned. * @param int $count The number of pruned records. */ public function __construct( public $model, public $count, ) { } }
Save Changes
Cancel
Create New File
Create New Folder