PHP Class Socieboy\Forum\Jobs\UnLikeReply

Inheritance: extends App\Jobs\Job, implements Illuminate\Contracts\Bus\SelfHandling
Show file Open project: socieboy/forum

Protected Properties

Property Type Description
$reply_id integer

Public Methods

Method Description
__construct ( Request $request ) Create a new job instance.
handle ( LikeRepo $likeRepo ) : void Execute the job.

Method Details

__construct() public method

Create a new job instance.
public __construct ( Request $request )
$request Request

handle() public method

Execute the job.
public handle ( LikeRepo $likeRepo ) : void
$likeRepo Socieboy\Forum\Entities\Likes\LikeRepo
return void

Property Details

$reply_id protected property

protected int $reply_id
return integer