App\Events\TaskAction::__construct PHP Méthode

__construct() public méthode

Create a new event instance.
public __construct ( Tasks $task, $action ) : void
$task app\models\Tasks
Résultat void
    public function __construct(Tasks $task, $action)
    {
        $this->task = $task;
        $this->action = $action;
    }