App\Repositories\Criteria\Error\ErrorCreatedBefore::__construct PHP Method

__construct() public method

public __construct ( DateTime $date )
$date DateTime
    public function __construct(DateTime $date)
    {
        $this->date = $date;
    }
ErrorCreatedBefore