App\Notifications\TaskActionNotification::__construct PHP 메소드

__construct() 공개 메소드

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