App\Notifications\TaskActionNotification::__construct PHP Méthode

__construct() public méthode

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