Вход Регистрация
Файл: vendor/laravel/framework/src/Illuminate/Database/Events/ModelsPruned.php
Строк: 20
<?php

namespace IlluminateDatabaseEvents;

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,
    ) {
    }
}
Онлайн: 2
Реклама