Skip to content

Instantly share code, notes, and snippets.

@cod3beat
Created November 17, 2015 06:57
Show Gist options
  • Save cod3beat/5f5a69bc88ca9f0315da to your computer and use it in GitHub Desktop.
Save cod3beat/5f5a69bc88ca9f0315da to your computer and use it in GitHub Desktop.
Create Unpublished Challenge
<?php
class CreateUnpublishedChallenge
{
public function __construct($name, $summary, $description, $winningPoint, $winningQuota)
{
// constructing
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment