Вход Регистрация
Файл: system/vendor/illuminate/contracts/Queue/EntityResolver.php
Строк: 12
<?php

namespace IlluminateContractsQueue;

interface 
EntityResolver
{
    
/**
     * Resolve the entity for the given ID.
     *
     * @param  string  $type
     * @param  mixed  $id
     * @return mixed
     */
    
public function resolve($type$id);
}
Онлайн: 3
Реклама