v.0.1
This commit is contained in:
15
vendor/illuminate/contracts/Queue/EntityResolver.php
vendored
Normal file
15
vendor/illuminate/contracts/Queue/EntityResolver.php
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Contracts\Queue;
|
||||
|
||||
interface EntityResolver
|
||||
{
|
||||
/**
|
||||
* Resolve the entity for the given ID.
|
||||
*
|
||||
* @param string $type
|
||||
* @param mixed $id
|
||||
* @return mixed
|
||||
*/
|
||||
public function resolve($type, $id);
|
||||
}
|
Reference in New Issue
Block a user