for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* This file was generated automatically, changes on this will not have effect
* PLEASE, DO NOT MODIFY THIS FILE
*/
namespace Brazanation\States;
class MatoGrosso extends State
{
public function __construct()
parent::__construct([
'name' => 'Mato Grosso',
'abbr' => 'MT',
'capital' => 'Cuiabá',
'timezone' => 'America/Cuiaba',
'region' => 'Centro-Oeste',
'dst' => true,
'slug' => 'mato-grosso',
]);
}