PHP Class REBELinBLUE\Deployer\Listeners\Events\NotifyDeploy

Inheritance: extends Event, implements Illuminate\Contracts\Queue\ShouldQueue, use trait Illuminate\Queue\InteractsWithQueue, use trait Illuminate\Foundation\Bus\DispatchesJobs
Show file Open project: rebelinblue/deployer

Public Methods

Method Description
__construct ( ) NotifyDeploy constructor.
handle ( DeployFinished $event ) Handle the event.

Method Details

__construct() public method

NotifyDeploy constructor.
public __construct ( )

handle() public method

Handle the event.
public handle ( DeployFinished $event )
$event REBELinBLUE\Deployer\Events\DeployFinished