App\Notifications\ClientActionNotification::__construct PHP Method

__construct() public method

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