Slackwolf\Slackwolf::__construct PHP Method

__construct() public method

Slackwolf constructor.
public __construct ( )
    public function __construct()
    {
        /*
         * Set the default timezone in case it isn't configured in php.ini
         */
        date_default_timezone_set(getenv('TIMEZONE'));
    }