KUJUNTI.ID MINISH3LL
Path : /var/www/html/master288-bk/vendor/laravel/framework/src/Illuminate/Database/Events/
(S)h3ll Cr3at0r :
F!le Upl0ad :

B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H

Current File : /var/www/html/master288-bk/vendor/laravel/framework/src/Illuminate/Database/Events/ModelsPruned.php


<?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;
    }
}

© KUJUNTI.ID