$now) { $this->line('+------------------------------------------------------------------------------+'); $this->line(''); $this->line('The Github repository for Firefly III will MOVE'); $this->line('This move will be on January 1st 2017'); $this->line(''); $this->error('READ THIS WIKI PAGE FOR MORE INFORMATION'); $this->line(''); $this->info('https://github.com/firefly-iii/help/wiki/New-Github-repository'); $this->line(''); $this->line('+------------------------------------------------------------------------------+'); } // display message after 2017-01-01 but before 2017-03-01 if ($moveDate <= $now && $now <= $final) { $this->line('+------------------------------------------------------------------------------+'); $this->line(''); $this->line('The Github repository for Firefly III has MOVED'); $this->line('This move was on January 1st 2017!'); $this->line(''); $this->error('READ THIS WIKI PAGE FOR MORE INFORMATION'); $this->line(''); $this->info('https://github.com/firefly-iii/help/wiki/New-Github-repository'); $this->line(''); $this->line('+------------------------------------------------------------------------------+'); } } }