Lower EOL date.

This commit is contained in:
Alexander M. Turek 2019-08-08 16:06:08 +02:00 committed by GitHub
parent 2d69676255
commit 88f52a1719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
const EXTRA_VERSION = 'DEV'; const EXTRA_VERSION = 'DEV';
const END_OF_MAINTENANCE = '07/2020'; const END_OF_MAINTENANCE = '07/2020';
const END_OF_LIFE = '01/2021'; const END_OF_LIFE = '07/2020';
public function __construct(string $environment, bool $debug) public function __construct(string $environment, bool $debug)
{ {