for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PhpDraft\Domain\Models;
class RoundTimeCreateModel {
public function __construct() {
$this->roundTimes = array();
$this->isRoundTimesEnabled = false;
}
public $roundTimes;
public $isRoundTimesEnabled;