for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Stefanius\SpecialDates\Dates;
use Stefanius\SpecialDates\SDK\AbstractSpecialDate;
class AgressionDay extends AbstractSpecialDate
{
protected function generate()
$this->description = 'Internationale Dag van de kinderen die slachtoffer zijn van agressie';
$this->setupDateTimeObjects($this->generateDateTime($this->year, 6, 1));
}