WorldManufacturerClasses   B
last analyzed

Complexity

Total Complexity 1

Size/Duplication

Total Lines 1733
Duplicated Lines 0 %

Test Coverage

Coverage 100%

Importance

Changes 1
Bugs 0 Features 0
Metric Value
eloc 1727
c 1
b 0
f 0
dl 0
loc 1733
ccs 1727
cts 1727
cp 1
rs 8.8
wmc 1

1 Method

Rating   Name   Duplication   Size   Complexity  
B __construct() 0 1731 1
1
<?php
2
3
namespace kalanis\simple_vin\Datasources;
4
5
6
use SplObjectStorage;
7
use kalanis\simple_vin\Support\Manufacturer;
8
9
10
/**
11
 * @extends SplObjectStorage<Manufacturer, Manufacturer>
12
 */
13
final class WorldManufacturerClasses extends SplObjectStorage
14
{
15 7
    public function __construct()
16
    {
17 7
        $this->attach(new Manufacturer('AAA', 'Audi', country: 'South Africa'));
18 7
        $this->attach(new Manufacturer('AAK', 'FAW', '', '', 'FAW Vehicle Manufacturers SA (PTY) Ltd.', 'South Africa'));
19 7
        $this->attach(new Manufacturer('AAM', 'MAN', '', '', 'MAN Automotive (South Africa) (Pty) Ltd.', 'South Africa'));
20 7
        $this->attach(new Manufacturer('AAM', 'Volkswagen', 'truck, bus', '', 'MAN Automotive (South Africa) (Pty) Ltd.', 'South Africa'));
21 7
        $this->attach(new Manufacturer('AAV', 'Volkswagen', '', '', 'Volkswagen of South Africa', 'South Africa'));
22 7
        $this->attach(new Manufacturer('ABJ', 'Mitsubishi', 'pickups', 'Mitsubishi Colt & Triton', 'Mercedes-Benz South Africa', 'South Africa', 1994, 2011));
23 7
        $this->attach(new Manufacturer('ABJ', 'Mitsubishi', '', 'Fuso', 'Daimler Trucks & Buses Southern Africa', 'South Africa'));
24 7
        $this->attach(new Manufacturer('ABM', 'BMW', '', '', 'BMW Southern Africa', 'South Africa'));
25 7
        $this->attach(new Manufacturer('AB8', 'Rimac', '', '', 'Rimac Automobili', 'South Africa'));
26 7
        $this->attach(new Manufacturer('ACV', 'Isuzu', '', '', 'Isuzu Motors South Africa', 'South Africa', 2018));
27 7
        $this->attach(new Manufacturer('AC5', 'Hyundai', 'cars', '', 'Hyundai South Africa', 'South Africa'));
28 7
        $this->attach(new Manufacturer('ADD', 'UD Trucks', '', '', 'UD Trucks Southern Africa (Pty) Ltd', 'South Africa'));
29 7
        $this->attach(new Manufacturer('ADM', 'GM', '', '', 'General Motors South Africa', 'South Africa'));
30 7
        $this->attach(new Manufacturer('ADM', 'Isuzu', '', '', 'General Motors South Africa', 'South Africa', 2018, 2018));
31 7
        $this->attach(new Manufacturer('ADN', 'Nissan', '', '', 'Nissan South Africa (Pty) Ltd', 'South Africa'));
32 7
        $this->attach(new Manufacturer('ADR', 'Renault', '', 'Sandero', 'Nissan South Africa (Pty) Ltd', 'South Africa'));
33 7
        $this->attach(new Manufacturer('ADX', 'Tata', '', '', 'Tata Automobile Corporation (SA) Ltd.', 'South Africa'));
34 7
        $this->attach(new Manufacturer('AFA', 'Ford', '', '', 'Ford South Africa', 'South Africa'));
35 7
        $this->attach(new Manufacturer('AF8', 'Mazda', '', 'BT-50', 'Ford South Africa', 'South Africa'));
36 7
        $this->attach(new Manufacturer('AHH', 'Hino', '', '', 'Hino South Africa', 'South Africa'));
37 7
        $this->attach(new Manufacturer('AHM', 'Honda', '', 'Ballade', 'Mercedes-Benz South Africa', 'South Africa', 1982, 2000));
38 7
        $this->attach(new Manufacturer('AHT', 'Toyota', '', '', 'Toyota South Africa', 'South Africa'));
39 7
        $this->attach(new Manufacturer('BAB', 'BMW', 'cars', '', 'BMW', '', 1986, 2019));
40 7
        $this->attach(new Manufacturer('BF9', 'KIBO', 'motorcycles', '', 'KIBO Motorcycles', 'Kenya'));
41 7
        $this->attach(new Manufacturer('CL9', 'Wallyscar', '', '', 'Wallyscar', 'Tunisia'));
42 7
        $this->attach(new Manufacturer('DAA', 'Fiat', '', '', 'Fiat Auto Egypt Industrial Co', 'Egypt'));
43 7
        $this->attach(new Manufacturer('DAB', 'BMW', '', '', 'BMW Egypt SKD', 'Egypt'));
44 7
        $this->attach(new Manufacturer('DA1', '', '', '', 'Arab American Vehicles', 'Egypt'));
45 7
        $this->attach(new Manufacturer('DA4', '', '', '', 'Arab American Vehicles', 'Egypt'));
46 7
        $this->attach(new Manufacturer('DF9', 'Laraki', '', '', 'Laraki', 'Morocco'));
47 7
        $this->attach(new Manufacturer('GA1', 'Renault', '', '', 'Renault/SOMACOA', 'Madagascar'));
48
49 7
        $this->attach(new Manufacturer('J81', 'Chevrolet', 'car', '', 'Isuzu', 'Japan'));
50 7
        $this->attach(new Manufacturer('J81', 'Geo', 'car', '', 'Isuzu', 'Japan'));
51 7
        $this->attach(new Manufacturer('J87', 'Pontiac', 'car', '', 'Isuzu', 'Japan', null, null, 'for GM Canada'));
52 7
        $this->attach(new Manufacturer('J87', 'Asüna', 'car', '', 'Isuzu', 'Japan', null, null, 'for GM Canada'));
53 7
        $this->attach(new Manufacturer('J8B', 'Chevrolet', 'trucks', '', 'Isuzu', 'Japan'));
54 7
        $this->attach(new Manufacturer('J8C', 'Chevrolet', 'trucks', '', 'Isuzu', 'Japan'));
55 7
        $this->attach(new Manufacturer('J8D', 'GMC', 'trucks', '', 'Isuzu', 'Japan'));
56 7
        $this->attach(new Manufacturer('J8T', 'GMC', 'trucks', '', 'Isuzu', 'Japan'));
57 7
        $this->attach(new Manufacturer('J8Z', 'Chevrolet', 'pickup', '', 'Isuzu', 'Japan'));
58 7
        $this->attach(new Manufacturer('JA', 'Isuzu', '', '', 'Isuzu', 'Japan'));
59 7
        $this->attach(new Manufacturer('JAA', 'Isuzu', 'truck', '', 'Isuzu', 'Japan'));
60 7
        $this->attach(new Manufacturer('JAB', 'Isuzu', 'car', '', 'Isuzu', 'Japan'));
61 7
        $this->attach(new Manufacturer('JAC', 'Isuzu', 'SUV', '', 'Isuzu', 'Japan'));
62 7
        $this->attach(new Manufacturer('JAE', 'Acura', '', 'SLX', 'Isuzu', 'Japan'));
63 7
        $this->attach(new Manufacturer('JAL', 'Isuzu', 'trucks', '', 'Isuzu', 'Japan'));
64 7
        $this->attach(new Manufacturer('JAL', 'Chevrolet', 'trucks', '', 'Isuzu', 'Japan', 2016));
65 7
        $this->attach(new Manufacturer('JAL', 'Hino', 'trucks', 'S-series', 'Isuzu', 'Japan'));
66 7
        $this->attach(new Manufacturer('JAM', 'Isuzu', 'trucks', '', 'Isuzu', 'Japan'));
67 7
        $this->attach(new Manufacturer('JA3', 'Mitsubishi', 'car', '', 'Mitsubishi', 'Japan'));
68 7
        $this->attach(new Manufacturer('JA4', 'Mitsubishi', 'MPV/SUV', '', 'Mitsubishi', 'Japan'));
69 7
        $this->attach(new Manufacturer('JA7', 'Mitsubishi', 'truck', '', 'Mitsubishi', 'Japan'));
70 7
        $this->attach(new Manufacturer('JB3', 'Dodge', 'car', '', 'Mitsubishi Motors', 'Japan'));
71 7
        $this->attach(new Manufacturer('JB4', 'Dodge', 'MPV/SUV', '', 'Mitsubishi Motors', 'Japan'));
72 7
        $this->attach(new Manufacturer('JB7', 'Dodge', 'truck', '', 'Mitsubishi Motors', 'Japan'));
73 7
        $this->attach(new Manufacturer('JC0', 'Ford', 'car', '', 'Mazda', 'Japan'));
74 7
        $this->attach(new Manufacturer('JC1', 'Fiat', 'car', '124 Spider', 'Mazda', 'Japan'));
75 7
        $this->attach(new Manufacturer('JC2', 'Ford', '', 'Courier', 'Mazda', 'Japan'));
76 7
        $this->attach(new Manufacturer('JD', 'Daihatsu', 'car', '', 'Daihatsu', 'Japan'));
77 7
        $this->attach(new Manufacturer('JD1', 'Daihatsu', 'SUV', '', 'Daihatsu', 'Japan'));
78 7
        $this->attach(new Manufacturer('JD2', 'Daihatsu', 'truck', '', 'Daihatsu', 'Japan'));
79 7
        $this->attach(new Manufacturer('JE3', 'Eagle', 'car', '', 'Mitsubishi Motors', 'Japan'));
80 7
        $this->attach(new Manufacturer('JE4', 'Mitsubishi', '', '', 'Mitsubishi', 'Japan'));
81 7
        $this->attach(new Manufacturer('JF', 'Subaru', '', '', 'Fuji Heavy Industries', 'Japan'));
82 7
        $this->attach(new Manufacturer('JF1', 'Subaru', 'car', '', 'Subaru', 'Japan'));
83 7
        $this->attach(new Manufacturer('JF2', 'Subaru', 'SUV', '', 'Subaru', 'Japan'));
84 7
        $this->attach(new Manufacturer('JF3', 'Subaru', 'truck', '', 'Subaru', 'Japan'));
85 7
        $this->attach(new Manufacturer('JF4', 'Saab', '', '9-2X', 'Subaru', 'Japan'));
86 7
        $this->attach(new Manufacturer('JG1', 'Chevrolet, Geo', 'car', '', 'Suzuki', 'Japan'));
87 7
        $this->attach(new Manufacturer('JG7', 'Pontiac/Asuna', 'car', '', 'Suzuki', 'Japan', null, null, 'for GM Canada'));
88 7
        $this->attach(new Manufacturer('JGC', 'Chevrolet, Geo', 'SUV', '', 'Suzuki', 'Japan'));
89 7
        $this->attach(new Manufacturer('JGT', 'GMC', 'SUV', '', 'Suzuki', 'Japan', null, null, 'for GM Canada'));
90 7
        $this->attach(new Manufacturer('JH', 'Honda', '', '', 'Honda', 'Japan'));
91 7
        $this->attach(new Manufacturer('JH2', 'Honda', 'motocycles/ATV', '', 'Honda', 'Japan'));
92 7
        $this->attach(new Manufacturer('JH3', 'Honda', 'ATV', '', 'Honda', 'Japan'));
93 7
        $this->attach(new Manufacturer('JH4', 'Acura', 'car', '', 'Acura', 'Japan'));
94 7
        $this->attach(new Manufacturer('JHA', 'Hino', '', '', 'Hino', 'Japan'));
95 7
        $this->attach(new Manufacturer('JHB', 'Hino', '', '', 'Hino', 'Japan'));
96 7
        $this->attach(new Manufacturer('JHD', 'Hino', '', '', 'Hino', 'Japan'));
97 7
        $this->attach(new Manufacturer('JHF', 'Hino', '', '', 'Hino', 'Japan'));
98 7
        $this->attach(new Manufacturer('JHH', 'Hino', '', '', 'Hino', 'Japan'));
99 7
        $this->attach(new Manufacturer('JHL', 'Honda', 'MPV/SUV', '', 'Honda', 'Japan'));
100 7
        $this->attach(new Manufacturer('JHM', 'Honda', 'car', '', 'Honda', 'Japan'));
101 7
        $this->attach(new Manufacturer('JJ3', 'Chrysler', '', '', 'Mitsubishi Motors', 'Japan'));
102 7
        $this->attach(new Manufacturer('JK', 'Kawasaki', 'motorcycles', '', 'Kawasaki', 'Japan'));
103 7
        $this->attach(new Manufacturer('JKA', 'Kawasaki', 'motorcycles', '', 'Kawasaki', 'Japan'));
104 7
        $this->attach(new Manufacturer('JKB', 'Kawasaki', 'motorcycles', '', 'Kawasaki', 'Japan'));
105 7
        $this->attach(new Manufacturer('JKS', 'Suzuki', 'motorcycles', 'Marauder 1600', 'Kawasaki', 'Japan'));
106 7
        $this->attach(new Manufacturer('JKS', 'Suzuki', 'motorcycles', 'Boulevard M95', 'Kawasaki', 'Japan'));
107 7
        $this->attach(new Manufacturer('JK8', 'Suzuki', 'UTV', 'QUV620F', 'Kawasaki', 'Japan'));
108 7
        $this->attach(new Manufacturer('JL5', 'Mitsubishi', '', '', 'Mitsubishi FUSO Truck & Bus Corp', 'Japan'));
109 7
        $this->attach(new Manufacturer('JL6', 'Mitsubishi', '', '', 'Mitsubishi FUSO Truck & Bus Corp', 'Japan'));
110 7
        $this->attach(new Manufacturer('JLF', 'Mitsubishi', '', '', 'Mitsubishi FUSO Truck & Bus Corp', 'Japan'));
111 7
        $this->attach(new Manufacturer('JLS', 'Sterling', 'trucks', '360', 'Mitsubishi FUSO Truck & Bus Corp', 'Japan'));
112 7
        $this->attach(new Manufacturer('JM0', 'Mazda', '', '', 'Mazda', 'Japan', null, null, 'Oceania export'));
113 7
        $this->attach(new Manufacturer('JM1', 'Mazda', 'car', '', 'Mazda', 'Japan'));
114 7
        $this->attach(new Manufacturer('JM2', 'Mazda', 'truck', '', 'Mazda', 'Japan'));
115 7
        $this->attach(new Manufacturer('JM3', 'Mazda', 'MPV/SUV', '', 'Mazda', 'Japan'));
116 7
        $this->attach(new Manufacturer('JM6', 'Mazda', '', '', 'Mazda', 'Japan'));
117 7
        $this->attach(new Manufacturer('JM7', 'Mazda', '', '', 'Mazda', 'Japan'));
118 7
        $this->attach(new Manufacturer('JMA', 'Mitsubishi', '', '', 'Mitsubishi Motors', 'Japan'));
119 7
        $this->attach(new Manufacturer('JMB', 'Mitsubishi', '', '', 'Mitsubishi Motors', 'Japan'));
120 7
        $this->attach(new Manufacturer('JMF', 'Mitsubishi', '', '', 'Mitsubishi Motors', 'Japan'));
121 7
        $this->attach(new Manufacturer('JMY', 'Mitsubishi', '', '', 'Mitsubishi Motors', 'Japan'));
122 7
        $this->attach(new Manufacturer('JMZ', 'Mazda', '', '', 'Mazda', 'Japan', null, null, 'Europe export'));
123 7
        $this->attach(new Manufacturer('JN', 'Nissan', '', '', 'Nissan', 'Japan'));
124 7
        $this->attach(new Manufacturer('JN1', 'Nissan', 'car', '', 'Nissan', 'Japan'));
125 7
        $this->attach(new Manufacturer('JN1', 'Infiniti', 'car', '', 'Infiniti', 'Japan'));
126 7
        $this->attach(new Manufacturer('JN3', 'Nissan', 'incomplete', '', 'Nissan', 'Japan'));
127 7
        $this->attach(new Manufacturer('JN4', 'Nissan', '', '', 'Nissan', 'Japan'));
128 7
        $this->attach(new Manufacturer('JN6', 'Nissan', 'truck', '', 'Nissan', 'Japan'));
129 7
        $this->attach(new Manufacturer('JN8', 'Nissan', 'MPV/SUV', '', 'Nissan', 'Japan'));
130 7
        $this->attach(new Manufacturer('JN8', 'Infiniti', 'SUV', '', 'Infiniti', 'Japan'));
131 7
        $this->attach(new Manufacturer('JNA', 'Nissan Diesel', 'incomplete vehicle', '', 'Nissan Diesel', 'Japan'));
132 7
        $this->attach(new Manufacturer('JNA', 'UD Trucks', 'incomplete vehicle', '', 'UD Trucks', 'Japan'));
133 7
        $this->attach(new Manufacturer('JNC', 'Nissan Diesel', '', '', 'Nissan Diesel', 'Japan'));
134 7
        $this->attach(new Manufacturer('JNC', 'UD Trucks', '', '', 'UD Trucks', 'Japan'));
135 7
        $this->attach(new Manufacturer('JNE', 'Nissan Diesel', 'truck', '', 'Nissan Diesel', 'Japan'));
136 7
        $this->attach(new Manufacturer('JNE', 'UD Trucks', 'truck', '', 'UD Trucks', 'Japan'));
137 7
        $this->attach(new Manufacturer('JNK', 'Infiniti', 'car', '', 'Infiniti', 'Japan'));
138 7
        $this->attach(new Manufacturer('JNR', 'Infiniti', 'SUV', '', 'Infiniti', 'Japan'));
139 7
        $this->attach(new Manufacturer('JNX', 'Infiniti', 'incomplete', '', 'Infiniti', 'Japan'));
140 7
        $this->attach(new Manufacturer('JP3', 'Plymouth', 'car', '', 'Mitsubishi Motors', 'Japan'));
141 7
        $this->attach(new Manufacturer('JP4', 'Plymouth', 'MPV/SUV', '', 'Mitsubishi Motors', 'Japan'));
142 7
        $this->attach(new Manufacturer('JP7', 'Plymouth', 'truck', '', 'Mitsubishi Motors', 'Japan'));
143 7
        $this->attach(new Manufacturer('JPC', 'Nissan Diesel', '', '', 'Nissan Diesel', 'Japan'));
144 7
        $this->attach(new Manufacturer('JPC', 'UD Trucks', '', '', 'UD Trucks', 'Japan'));
145 7
        $this->attach(new Manufacturer('JR2', 'Isuzu', '', 'Oasis', 'Honda', 'Japan'));
146 7
        $this->attach(new Manufacturer('JS', 'Suzuki', '', '', 'Suzuki', 'Japan'));
147 7
        $this->attach(new Manufacturer('JS1', 'Suzuki', 'motocycles', '', 'Suzuki', 'Japan'));
148 7
        $this->attach(new Manufacturer('JS1', 'Kawasaki', 'motocycles', 'KLX400S', 'Suzuki', 'Japan'));
149 7
        $this->attach(new Manufacturer('JS1', 'Kawasaki', 'motocycles', 'KLX400SR', 'Suzuki', 'Japan'));
150 7
        $this->attach(new Manufacturer('JS2', 'Suzuki', 'car', '', 'Suzuki', 'Japan'));
151 7
        $this->attach(new Manufacturer('JS3', 'Suzuki', 'SUV', '', 'Suzuki', 'Japan'));
152 7
        $this->attach(new Manufacturer('JS4', 'Suzuki', '', '', 'Suzuki', 'Japan'));
153 7
        $this->attach(new Manufacturer('JSA', 'Kawasaki', 'ATV', 'KFX400', 'Suzuki', 'Japan'));
154 7
        $this->attach(new Manufacturer('JSK', 'Kawasaki', 'motorcycle', 'KLX125', 'Suzuki', 'Japan'));
155 7
        $this->attach(new Manufacturer('JSK', 'Kawasaki', 'motorcycle', 'KLX125L', 'Suzuki', 'Japan'));
156 7
        $this->attach(new Manufacturer('JSL', 'Kawasaki', 'ATV', 'KFX400', 'Suzuki', 'Japan'));
157 7
        $this->attach(new Manufacturer('JT', 'Toyota', '', '', 'Toyota', 'Japan'));
158 7
        $this->attach(new Manufacturer('JT2', 'Toyota', 'car', '', 'Toyota', 'Japan'));
159 7
        $this->attach(new Manufacturer('JT3', 'Toyota', 'MPV/SUV', '', 'Toyota', 'Japan'));
160 7
        $this->attach(new Manufacturer('JT4', 'Toyota', 'truck', '', 'Toyota', 'Japan'));
161 7
        $this->attach(new Manufacturer('JT5', 'Toyota', 'incomplete', '', 'Toyota', 'Japan'));
162 7
        $this->attach(new Manufacturer('JT6', 'Lexus', 'SUV', '', 'Lexus', 'Japan'));
163 7
        $this->attach(new Manufacturer('JT8', 'Lexus', 'car', '', 'Lexus', 'Japan'));
164 7
        $this->attach(new Manufacturer('JTD', 'Toyota', 'car', '', 'Toyota', 'Japan'));
165 7
        $this->attach(new Manufacturer('JTE', 'Toyota', 'van/truck', '', 'Toyota', 'Japan'));
166 7
        $this->attach(new Manufacturer('JTG', 'Toyota', 'MPV/bus', '', 'Toyota', 'Japan'));
167 7
        $this->attach(new Manufacturer('JTH', 'Lexus', 'car', '', 'Lexus', 'Japan'));
168 7
        $this->attach(new Manufacturer('JTJ', 'Lexus', 'SUV', '', 'Lexus', 'Japan'));
169 7
        $this->attach(new Manufacturer('JTK', 'Scion', 'car', '', 'Toyota', 'Japan'));
170 7
        $this->attach(new Manufacturer('JTL', 'Scion', 'SUV', '', 'Toyota', 'Japan'));
171 7
        $this->attach(new Manufacturer('JTM', 'Toyota', 'SUV', '', 'Toyota', 'Japan'));
172 7
        $this->attach(new Manufacturer('JTN', 'Toyota', 'car', '', 'Toyota', 'Japan'));
173 7
        $this->attach(new Manufacturer('JW6', 'Mitsubishi', '', '', 'Mitsubishi FUSO Truck & Bus Corp', 'Japan', 2003, 2003));
174 7
        $this->attach(new Manufacturer('JW7', 'Mitsubishi', '', '', 'Mitsubishi', 'Japan'));
175 7
        $this->attach(new Manufacturer('JY', 'Yamaha', 'motorcycles', '', 'Yamaha Motor', 'Japan'));
176 7
        $this->attach(new Manufacturer('JY3', 'Yamaha', '3-wheel ATV', '', 'Yamaha Motor', 'Japan'));
177 7
        $this->attach(new Manufacturer('JY4', 'Yamaha', '4-wheel ATV', '', 'Yamaha Motor', 'Japan'));
178 7
        $this->attach(new Manufacturer('JYA', 'Yamaha', 'motocycles', '', 'Yamaha Motor', 'Japan'));
179 7
        $this->attach(new Manufacturer('JYE', 'Yamaha', 'snowmobile', '', 'Yamaha Motor', 'Japan'));
180 7
        $this->attach(new Manufacturer('KAA', '', '', '', 'RS Automotive', 'Sri Lanka'));
181 7
        $this->attach(new Manufacturer('KAL', 'Ashok Leyland', '', '', 'Lanka Ashok Leyland', 'Sri Lanka'));
182 7
        $this->attach(new Manufacturer('KA1', '', '', '', 'KEWR Technologies', 'Sri Lanka'));
183 7
        $this->attach(new Manufacturer('KF3', 'Merkavim', '', '', 'Merkavim', 'Israel'));
184 7
        $this->attach(new Manufacturer('KF6', '', '', '', 'Automotive Industries, Ltd.', 'Israel'));
185 7
        $this->attach(new Manufacturer('KF9', 'Tomcar', '', '', 'Tomcar', 'Israel'));
186 7
        $this->attach(new Manufacturer('KL', 'Daewoo General Motors', '', '', 'Daewoo General Motors South Korea', 'South Korea'));
187 7
        $this->attach(new Manufacturer('KLA', 'Daewoo General Motors', '', '', 'Daewoo General Motors South Korea', 'South Korea'));
188 7
        $this->attach(new Manufacturer('KLT', 'Tata Daewoo', '', '', 'Tata Daewoo', 'South Korea'));
189 7
        $this->attach(new Manufacturer('KLU', 'Tata Daewoo', '', '', 'Tata Daewoo', 'South Korea'));
190 7
        $this->attach(new Manufacturer('KL1', 'Chevrolet', 'car', '', 'GM Daewoo/GM Korea', 'South Korea'));
191 7
        $this->attach(new Manufacturer('KL2', 'Pontiac', '', '', 'Daewoo/GM Daewoo', 'South Korea'));
192 7
        $this->attach(new Manufacturer('KL3', 'Holden', '', '', 'GM Daewoo/GM Korea', 'South Korea'));
193 7
        $this->attach(new Manufacturer('KL4', 'Buick', '', '', 'GM Korea', 'South Korea'));
194 7
        $this->attach(new Manufacturer('KL5', 'Suzuki', '', '', 'GM Daewoo', 'South Korea'));
195 7
        $this->attach(new Manufacturer('KL6', 'GMC', '', '', 'GM Daewoo', 'South Korea'));
196 7
        $this->attach(new Manufacturer('KL7', 'Passport', '', '', 'Daewoo GM Canada', 'South Korea', null, 2000));
197 7
        $this->attach(new Manufacturer('KL7', 'Asuna', '', '', 'Daewoo GM Canada', 'South Korea', null, 2000));
198 7
        $this->attach(new Manufacturer('KL7', 'Chevrolet', 'MPV/SUV', '', 'Daewoo GM Canada', 'South Korea', 2000));
199 7
        $this->attach(new Manufacturer('KL8', 'Chevrolet', 'car', 'Spark', 'GM Daewoo/GM Korea', 'South Korea'));
200 7
        $this->attach(new Manufacturer('KM', 'Hyundai', '', '', 'Hyundai', 'South Korea'));
201 7
        $this->attach(new Manufacturer('KMA', '', '', '', 'Asia Motors', 'South Korea'));
202 7
        $this->attach(new Manufacturer('KME', 'Hyundai', 'commercial truck', '', 'Hyundai', 'South Korea'));
203 7
        $this->attach(new Manufacturer('KMF', 'Hyundai', 'truck', '', 'Hyundai van & commercial truck', 'South Korea'));
204 7
        $this->attach(new Manufacturer('KMF', 'Bering', 'truck', '', 'Bering Truck', 'South Korea'));
205 7
        $this->attach(new Manufacturer('KM1', 'Hyosung', 'motorcycles', '', 'Hyosung', 'South Korea'));
206 7
        $this->attach(new Manufacturer('KMH', 'Hyundai', 'car', '', 'Hyundai', 'South Korea'));
207 7
        $this->attach(new Manufacturer('KMJ', 'Hyundai', 'bus, minibus', '', 'Hyundai', 'South Korea'));
208 7
        $this->attach(new Manufacturer('KMT', 'Genesis Motor', 'car', '', 'Genesis Motor', 'South Korea'));
209 7
        $this->attach(new Manufacturer('KMU', 'Genesis Motor', 'SUV', '', 'Genesis Motor', 'South Korea'));
210 7
        $this->attach(new Manufacturer('KMY', '', '', '', 'Daelim Motor Company, Ltd/DNA Motors Co., Ltd.', 'South Korea'));
211 7
        $this->attach(new Manufacturer('KM4', '', '', '', 'Hyosung Motors/S&T Motors/KR Motors', 'South Korea'));
212 7
        $this->attach(new Manufacturer('KM8', 'Hyundai', 'SUV', '', 'Hyundai', 'South Korea'));
213 7
        $this->attach(new Manufacturer('KN', 'Kia', '', '', 'Kia', 'South Korea'));
214 7
        $this->attach(new Manufacturer('KNA', 'Kia', 'car', '', 'Kia', 'South Korea'));
215 7
        $this->attach(new Manufacturer('KNC', 'Kia', 'car', '', 'Kia', 'South Korea'));
216 7
        $this->attach(new Manufacturer('KND', 'Kia', 'SUV/MPV', '', 'Kia', 'South Korea'));
217 7
        $this->attach(new Manufacturer('KND', 'Hyundai', '', 'Entourage', 'Hyundai', 'South Korea'));
218 7
        $this->attach(new Manufacturer('KNE', 'Kia', 'car', '', 'Kia', 'South Korea'));
219 7
        $this->attach(new Manufacturer('KNJ', 'Ford', '', 'Festiva & Aspire', 'Ford', 'South Korea'));
220 7
        $this->attach(new Manufacturer('KNM', 'Renault', '', '', 'Renault Samsung Motors', 'South Korea'));
221 7
        $this->attach(new Manufacturer('KNM', 'Nissan', '', 'Rogue', 'Renault Samsung Motors', 'South Korea'));
222 7
        $this->attach(new Manufacturer('KPA', 'SsangYong', 'pickup', '', 'SsangYong', 'South Korea'));
223 7
        $this->attach(new Manufacturer('KPB', 'SsangYong', 'car', '', 'SsangYong', 'South Korea'));
224 7
        $this->attach(new Manufacturer('KPH', 'Mitsubishi', '', 'Precis', 'Mitsubishi Motors', 'South Korea'));
225 7
        $this->attach(new Manufacturer('KPT', 'SsangYong', 'SUV/MPV', '', 'SsangYong', 'South Korea'));
226 7
        $this->attach(new Manufacturer('L1C', '', '', '', 'Hubei Huawei Special-Purpose Automobile', 'China'));
227 7
        $this->attach(new Manufacturer('L2C', '', '', '', 'Chery Jaguar Land Rover', 'China'));
228 7
        $this->attach(new Manufacturer('L4B', 'Xingyue', 'motorcycles', '', 'Xingyue Group', 'China'));
229 7
        $this->attach(new Manufacturer('L5C', 'KangDi', 'ATV', '', 'KangDi', 'China'));
230 7
        $this->attach(new Manufacturer('L5K', 'Zhejiang Yongkang', '', '', 'Zhejiang Yongkang Easy Vehicle', 'China'));
231 7
        $this->attach(new Manufacturer('L5N', 'Zhejiang Taotao', 'ATV & motorcycles', '', 'Zhejiang Taotao', 'China'));
232 7
        $this->attach(new Manufacturer('L5Y', 'Znen Taizhou Zhongneng', 'motorcycles', '', 'Znen Taizhou Zhongneng Motorcycle Co. Ltd.', 'China'));
233 7
        $this->attach(new Manufacturer('L6T', 'Geely', '', '', 'Geely', 'China'));
234 7
        $this->attach(new Manufacturer('L8A', 'Jinhua', '', '', 'Jinhua Youngman Automobile Manufacturing Co., Ltd.', 'China'));
235 7
        $this->attach(new Manufacturer('L8Y', 'Zhejiang Jonway', 'motorcycles', '', 'Zhejiang Jonway Motorcycle Manufacturing Co., Ltd.', 'China'));
236 7
        $this->attach(new Manufacturer('L85', 'Zhejiang Yongkang Huabao', '', '', 'Zhejiang Yongkang Huabao Electric Appliance', 'China'));
237 7
        $this->attach(new Manufacturer('L8X', 'Zhejiang Summit Huawin', 'motorcycles', '', 'Zhejiang Summit Huawin Motorcycle', 'China'));
238 7
        $this->attach(new Manufacturer('L9N', 'Zhejiang Taotao', '', '', 'Zhejiang Taotao Vehicles Co., Ltd.', 'China'));
239 7
        $this->attach(new Manufacturer('LAL', 'Sundiro Honda', '', '', 'Sundiro Honda Motorcycle Co., Ltd.', 'China'));
240 7
        $this->attach(new Manufacturer('LAN', 'Changzhou Yamasaki', 'motorcycles', '', 'Changzhou Yamasaki Motorcycle', 'China'));
241 7
        $this->attach(new Manufacturer('LA6', 'King Long', '', '', 'King Long', 'China'));
242 7
        $this->attach(new Manufacturer('LA9', 'BYD', '', '', 'BYD Auto', 'China'));
243 7
        $this->attach(new Manufacturer('LB1', 'Fujian Benz', '', '', 'Fujian Benz', 'China'));
244 7
        $this->attach(new Manufacturer('LB2', 'Geely', 'motorcycles', '', 'Geely Motorcycles', 'China'));
245 7
        $this->attach(new Manufacturer('LB3', 'Geely', '', '', 'Geely', 'China'));
246 7
        $this->attach(new Manufacturer('LBB', 'Qianjiang', 'motorcycles', '', 'Qianjiang Motorcycle', 'China'));
247 7
        $this->attach(new Manufacturer('LBB', 'Benelli', '', '', 'Benelli', 'China'));
248 7
        $this->attach(new Manufacturer('LBE', 'Hyundai', '', '', 'Beijing Hyundai', 'China'));
249 7
        $this->attach(new Manufacturer('LBM', 'Zongshen Piaggio', '', '', 'Zongshen Piaggio', 'China'));
250 7
        $this->attach(new Manufacturer('LBP', '', '', '', 'Chongqing Jianshe Yamaha Motor Co. Ltd.', 'China'));
251 7
        $this->attach(new Manufacturer('LBV', 'BMW', '', '', 'BMW Brilliance', 'China'));
252 7
        $this->attach(new Manufacturer('LCE', 'CF Moto', 'motorcycles', '', 'Chunfeng Holding Group Hangzhou Motorcycles Manufacturing Co., Ltd.', 'China'));
253 7
        $this->attach(new Manufacturer('LCR', 'Gonow', '', '', 'Gonow', 'China'));
254 7
        $this->attach(new Manufacturer('LC0', 'BYD', '', '', 'BYD Auto Industry Co. Ltd.', 'China'));
255 7
        $this->attach(new Manufacturer('LC2', '', '', '', 'Changzhou Kwang Yang Motor Co., Ltd.', 'China'));
256 7
        $this->attach(new Manufacturer('LC6', 'Suzuki', '', '', 'Changzhou Haojue Suzuki Motorcycle Co. Ltd.', 'China'));
257 7
        $this->attach(new Manufacturer('LDC', 'Peugeot', '', '', 'Dongfeng Peugeot-Citroën', 'China'));
258 7
        $this->attach(new Manufacturer('LDC', 'Citroën', '', '', 'Dongfeng Peugeot-Citroën', 'China'));
259 7
        $this->attach(new Manufacturer('LDD', 'Dandong Huanghai', '', '', 'Dandong Huanghai Automobile', 'China'));
260 7
        $this->attach(new Manufacturer('LDK', 'FAW', 'bus', '', 'FAW Bus (Dalian) Co., Ltd.', 'China'));
261 7
        $this->attach(new Manufacturer('LDN', 'SouEast', '', '', 'SouEast Motor', 'China'));
262 7
        $this->attach(new Manufacturer('LDY', 'Zhongtong', 'bus', '', 'Zhongtong Bus', 'China'));
263 7
        $this->attach(new Manufacturer('LEF', 'JMC', '', '', 'JMC', 'China'));
264 7
        $this->attach(new Manufacturer('LES', 'Isuzu', '', '', 'Isuzu', 'China'));
265 7
        $this->attach(new Manufacturer('LET', 'Isuzu', '', '', 'Jiangling-Isuzu Motors', 'China'));
266 7
        $this->attach(new Manufacturer('LE4', '', '', '', 'Beijing Benz & Beijing Benz-Daimler Chrysler Automotive Co., Ltd.', 'China'));
267 7
        $this->attach(new Manufacturer('LFA', 'Ford', '', '', 'Ford Lio Ho Motor Co Ltd old designation', 'China'));
268 7
        $this->attach(new Manufacturer('LFB', 'FAW Jilin', 'busses', '', 'FAW Jilin', 'China'));
269 7
        $this->attach(new Manufacturer('LFG', 'Taizhou Chuanl', 'motorcycles', '', 'Taizhou Chuanl Motorcycle Manufacturing', 'China'));
270 7
        $this->attach(new Manufacturer('LFM', 'Toyota', '', '', 'FAW Toyota', 'China'));
271 7
        $this->attach(new Manufacturer('LFN', 'FAW', 'bus', '', 'FAW Bus (Wuxi) Co., Ltd.', 'China'));
272 7
        $this->attach(new Manufacturer('LFP', 'FAW', 'car', '', 'FAW Car', 'China'));
273 7
        $this->attach(new Manufacturer('LFT', 'FAW', 'trailers', '', 'FAW', 'China'));
274 7
        $this->attach(new Manufacturer('LFV', 'Volkswagen', '', '', 'FAW-Volkswagen', 'China'));
275 7
        $this->attach(new Manufacturer('LFW', 'FAW JieFang', '', '', 'FAW JieFang', 'China'));
276 7
        $this->attach(new Manufacturer('LFY', 'Changshu', 'motorcycles', '', 'Changshu Light Motorcycle Factory', 'China'));
277 7
        $this->attach(new Manufacturer('LF3', 'Lifan', 'motorcycles', '', 'Lifan motorcycle', 'China'));
278 7
        $this->attach(new Manufacturer('LGA', 'Dongfeng', 'trucks', '', 'Dongfeng Commercial Vehicle Co., Ltd.', 'China'));
279 7
        $this->attach(new Manufacturer('LGB', 'Dongfeng Nissan', '', '', 'Dongfeng Nissan', 'China'));
280 7
        $this->attach(new Manufacturer('LGC', 'Dongfeng', 'buses', '', 'Dongfeng Commercial Vehicle Co., Ltd.', 'China'));
281 7
        $this->attach(new Manufacturer('LGG', 'Dongfeng Liuzhou', '', '', 'Dongfeng Liuzhou Motor', 'China'));
282 7
        $this->attach(new Manufacturer('LGH', 'Qoros', '', '', 'Qoros (formerly Dong Feng (DFM))', 'China'));
283 7
        $this->attach(new Manufacturer('LGJ', 'Dongfeng Fengshen', '', '', 'Dongfeng Fengshen (Aeolus)', 'China'));
284 7
        $this->attach(new Manufacturer('LGL', 'Guilin Daewoo', '', '', 'Guilin Daewoo', 'China'));
285 7
        $this->attach(new Manufacturer('LGW', 'Great Wall', '', '', 'Great Wall (Haval)', 'China'));
286 7
        $this->attach(new Manufacturer('LGX', 'BYD', '', '', 'BYD Auto', 'China'));
287 7
        $this->attach(new Manufacturer('LGZ', 'Guangzhou Denway', 'bus', '', 'Guangzhou Denway Bus', 'China'));
288 7
        $this->attach(new Manufacturer('LHB', 'BAI', '', '', 'Beijing Automotive Industry Holding', 'China'));
289 7
        $this->attach(new Manufacturer('LHG', 'Guangzhou Honda', '', '', 'Guangzhou Honda', 'China'));
290 7
        $this->attach(new Manufacturer('LH1', 'FAW-Haima', '', '', 'FAW-Haima', 'China'));
291 7
        $this->attach(new Manufacturer('LJC', 'Jincheng', '', '', 'Jincheng Corporation', 'China'));
292 7
        $this->attach(new Manufacturer('LJD', 'Dongfeng Yueda', '', '', 'Dongfeng Yueda Kia', 'China'));
293 7
        $this->attach(new Manufacturer('LJN', 'Nissan', '', '', 'Zhengzhou Nissan', 'China'));
294 7
        $this->attach(new Manufacturer('LJS', 'Yaxing', '', '', 'Yaxing Coach', 'China'));
295 7
        $this->attach(new Manufacturer('LJU', '', '', '', 'Shanghai Maple Automobile', 'China'));
296 7
        $this->attach(new Manufacturer('LJU', 'Kandi', '', '', 'Kandi', 'China'));
297 7
        $this->attach(new Manufacturer('LJV', '', '', '', 'Sinotruk Chengdu Wangpai Commercial Vehicle Co., Ltd.', 'China'));
298 7
        $this->attach(new Manufacturer('LJX', 'JMC Ford', '', '', 'JMC Ford', 'China'));
299 7
        $this->attach(new Manufacturer('LJ1', 'JAC', '', '', 'JAC', 'China'));
300 7
        $this->attach(new Manufacturer('LJ8', 'Zotye', '', '', 'Zotye Auto', 'China'));
301 7
        $this->attach(new Manufacturer('LKC', 'Changhe', '', '', 'Changhe', 'China'));
302 7
        $this->attach(new Manufacturer('LKG', 'Youngman Lotus', '', '', 'Youngman Lotus Automobile Co., Ltd.', 'China'));
303 7
        $this->attach(new Manufacturer('LKL', 'Higer Bus', '', '', 'Higer Bus', 'China'));
304 7
        $this->attach(new Manufacturer('LKT', '', '', '', 'Yunnan Lifan Junma Vehicle Co., Ltd.', 'China', null, null, 'commercial vehicles'));
305 7
        $this->attach(new Manufacturer('LLC', '', '', '', 'Loncin Holdings', 'China'));
306 7
        $this->attach(new Manufacturer('LLN', 'Qoros', '', '', 'Qoros', 'China'));
307 7
        $this->attach(new Manufacturer('LLV', 'Lifan', '', '', 'Lifan', 'China'));
308 7
        $this->attach(new Manufacturer('LL3', 'Xiamen', '', '', 'Xiamen Golden Dragon Bus Co. Ltd', 'China'));
309 7
        $this->attach(new Manufacturer('LL6', 'GAC Mitsubishi', '', '', 'GAC Mitsubishi', 'China'));
310 7
        $this->attach(new Manufacturer('LL8', 'Yamaha', '', '', 'Jiangsu Linhai Yamaha Motor Co., Ltd.', 'China'));
311 7
        $this->attach(new Manufacturer('LMC', 'Suzuki', 'motorcycles', '', 'Suzuki Hong Kong', 'China'));
312 7
        $this->attach(new Manufacturer('LMG', 'GAC Trumpchi', '', '', 'GAC Trumpchi', 'China'));
313 7
        $this->attach(new Manufacturer('LM1', 'Tai Ling', '', '', 'Tai Ling Motor Co Ltd old designation', 'China'));
314 7
        $this->attach(new Manufacturer('LM4', 'Tai Ling', '', '', 'Tai Ling Motor Co Ltd old designation', 'China'));
315 7
        $this->attach(new Manufacturer('LM5', 'Isuzu', '', '', 'Isuzu', 'China'));
316 7
        $this->attach(new Manufacturer('LM6', 'SWM', 'automobiles', '', 'SWM', 'China'));
317 7
        $this->attach(new Manufacturer('LNB', 'BAIC', '', '', 'BAIC Motor', 'China'));
318 7
        $this->attach(new Manufacturer('LNP', 'MG', '', '', 'NAC MG UK Limited ', 'China'));
319 7
        $this->attach(new Manufacturer('LNP', 'Fiat', '', '', 'Nanjing Fiat Automobile', 'China'));
320 7
        $this->attach(new Manufacturer('LNY', 'Yuejin', '', '', 'Yuejin', 'China'));
321 7
        $this->attach(new Manufacturer('LPA', 'Changan PSA', '', '', 'Changan PSA (DS Automobiles)', 'China'));
322 7
        $this->attach(new Manufacturer('LPE', 'BYD', '', '', 'BYD Auto', 'China'));
323 7
        $this->attach(new Manufacturer('LPR', 'Yamaha', 'motorcycles', '', 'Yamaha Hong Kong', 'China'));
324 7
        $this->attach(new Manufacturer('LPS', 'Polestar', '', '', 'Polestar', 'China'));
325 7
        $this->attach(new Manufacturer('LRB', 'Buick', '', '', 'SAIC General Motors Buick', 'China'));
326 7
        $this->attach(new Manufacturer('LRD', 'Auman', 'trucks', '', 'Beijing Foton Daimler Automotive Co., Ltd.', 'China'));
327 7
        $this->attach(new Manufacturer('LRE', 'Cadillac', '', '', 'SAIC General Motors', 'China'));
328 7
        $this->attach(new Manufacturer('LRW', 'Tesla', '', '', 'Tesla', 'China'));
329 7
        $this->attach(new Manufacturer('LSF', 'SAIC', '', '', 'SAIC Maxus', 'China'));
330 7
        $this->attach(new Manufacturer('LSF', 'Sunwin', 'bus', '', 'Shanghai Sunwin Bus Corporation', 'China'));
331 7
        $this->attach(new Manufacturer('LSG', 'Chevrolet', '', '', 'SAIC General Motors', 'China'));
332 7
        $this->attach(new Manufacturer('LSH', 'SAIC', '', '', 'SAIC Maxus', 'China'));
333 7
        $this->attach(new Manufacturer('LSJ', 'MG', '', '', 'SAIC MG', 'China'));
334 7
        $this->attach(new Manufacturer('LSJ', 'Roewe', '', '', 'SAIC Roewe', 'China'));
335 7
        $this->attach(new Manufacturer('LSK', 'SAIC', '', '', 'SAIC Maxus', 'China'));
336 7
        $this->attach(new Manufacturer('LSV', 'Volkswagen', '', '', 'SAIC Volkswagen', 'China'));
337 7
        $this->attach(new Manufacturer('LSY', 'Brilliance', '', '', 'Brilliance', 'China'));
338 7
        $this->attach(new Manufacturer('LSY', 'Jinbei GM', '', '', 'Jinbei GM', 'China'));
339 7
        $this->attach(new Manufacturer('LS5', 'Changan', '', '', 'Changan Automobile', 'China'));
340 7
        $this->attach(new Manufacturer('LS5', 'Changan', '', '', 'Changan Suzuki', 'China'));
341 7
        $this->attach(new Manufacturer('LS7', 'JMC', '', '', 'JMC Heavy Duty Vehicle', 'China'));
342 7
        $this->attach(new Manufacturer('LTA', 'ZX Auto', '', '', 'ZX Auto', 'China'));
343 7
        $this->attach(new Manufacturer('LTN', '', '', '', 'Soueast built Chrysler & Dodge vehicles', 'China'));
344 7
        $this->attach(new Manufacturer('LTV', 'FAW Toyota', '', '', 'FAW Toyota (Tianjin)', 'China'));
345 7
        $this->attach(new Manufacturer('LUC', 'Honda', '', '', 'Honda Automobile', 'China'));
346 7
        $this->attach(new Manufacturer('LUD', 'Dongfeng Nissan', '', '', 'Dongfeng Nissan Diesel Motor Co Ltd', 'China'));
347 7
        $this->attach(new Manufacturer('LUX', 'Dongfeng Yulon', '', '', 'Dongfeng Yulon Motor Co. Ltd', 'China'));
348 7
        $this->attach(new Manufacturer('LVA', 'Foton', '', '', 'Foton Motor', 'China'));
349 7
        $this->attach(new Manufacturer('LVB', 'Foton', '', '', 'Foton Motor', 'China'));
350 7
        $this->attach(new Manufacturer('LVC', 'Foton', '', '', 'Foton Motor', 'China'));
351 7
        $this->attach(new Manufacturer('LVF', 'Changhe', '', '', 'Changhe Suzuki', 'China'));
352 7
        $this->attach(new Manufacturer('LVG', 'GAC Toyota', '', '', 'GAC Toyota', 'China'));
353 7
        $this->attach(new Manufacturer('LVH', '', '', '', 'Dongfeng Honda', 'China'));
354 7
        $this->attach(new Manufacturer('LVM', 'Chery', '', '', 'Chery Commercial Vehicle', 'China'));
355 7
        $this->attach(new Manufacturer('LVR', 'Changan Mazda', '', '', 'Changan Mazda', 'China'));
356 7
        $this->attach(new Manufacturer('LVS', 'Changan Ford', '', '', 'Changan Ford', 'China'));
357 7
        $this->attach(new Manufacturer('LVS', 'Changan Mazda', '', '', 'Changan Ford Mazda', 'China'));
358 7
        $this->attach(new Manufacturer('LVV', 'Chery', '', '', 'Chery', 'China'));
359 7
        $this->attach(new Manufacturer('LVX', 'Landwind', '', '', 'Landwind', 'China'));
360 7
        $this->attach(new Manufacturer('LVY', 'Volvo', '', '', 'Volvo Cars Daqing factory', 'China'));
361 7
        $this->attach(new Manufacturer('LVZ', 'DFSK', '', '', 'Dong Feng Sokon Motor Company (DFSK)', 'China'));
362 7
        $this->attach(new Manufacturer('LWB', 'Wuyang Honda', '', '', 'Wuyang Honda Motorcycle (Guangzhou) Co., Ltd.', 'China'));
363 7
        $this->attach(new Manufacturer('LWL', 'Qingling Isuzu', '', '', 'Qingling Isuzu', 'China'));
364 7
        $this->attach(new Manufacturer('LWV', 'GAC Fiat', '', '', 'GAC Fiat Chrysler', 'China'));
365 7
        $this->attach(new Manufacturer('LXV', '', '', '', 'Beijing Borgward Automotive Co., Ltd.', 'China'));
366 7
        $this->attach(new Manufacturer('LXY', '', '', '', 'Chongqing Shineray Motorcycle Co., Ltd.', 'China'));
367 7
        $this->attach(new Manufacturer('LYB', '', '', '', 'Weichai (Yangzhou) Yaxing Automobile Co., Ltd.', 'China'));
368 7
        $this->attach(new Manufacturer('LYM', '', '', '', 'Zhuzhou Jianshe Yamaha Motorcycle Co., Ltd.', 'China'));
369 7
        $this->attach(new Manufacturer('LYV', 'Volvo', '', '', 'Volvo Cars Chengdu factory', 'China'));
370 7
        $this->attach(new Manufacturer('LYV', 'Luqiao', '', '', 'Luqiao factory', 'China'));
371 7
        $this->attach(new Manufacturer('LZE', 'Isuzu', '', '', 'Isuzu Guangzhou', 'China'));
372 7
        $this->attach(new Manufacturer('LZF', 'SAIC Iveco', '', '', 'SAIC Iveco Hongyan', 'China'));
373 7
        $this->attach(new Manufacturer('LZG', 'Shaanxi', 'bus', '', 'Shaanxi Automobile Group Shacman Bus', 'China'));
374 7
        $this->attach(new Manufacturer('LZK', 'CNHTC', 'bus', '', 'Sinotruk (CNHTC) Huanghe Bus', 'China'));
375 7
        $this->attach(new Manufacturer('LZS', 'Zongshen', '', '', 'Zongshen', 'China'));
376 7
        $this->attach(new Manufacturer('LZM', 'MAN', '', '', 'MAN China', 'China'));
377 7
        $this->attach(new Manufacturer('LZP', 'Baotian', '', '', 'Zhongshan Guochi Motorcycle (Baotian)', 'China'));
378 7
        $this->attach(new Manufacturer('LZU', 'Isuzu', 'bus', '', 'Guangzhou Isuzu Bus', 'China'));
379 7
        $this->attach(new Manufacturer('LZW', 'SAIC GM', '', '', 'SAIC GM Wuling', 'China'));
380 7
        $this->attach(new Manufacturer('LZY', 'Yutong Zhengzhou', '', '', 'Yutong Zhengzhou', 'China'));
381 7
        $this->attach(new Manufacturer('LZZ', 'CNHTC', '', '', 'Sinotruk (CNHTC) Howo, Sitrak', 'China'));
382 7
        $this->attach(new Manufacturer('MAB', 'Mahindra', '', '', 'Mahindra', 'India'));
383 7
        $this->attach(new Manufacturer('MAC', 'Mahindra', '', '', 'Mahindra', 'India'));
384 7
        $this->attach(new Manufacturer('MAH', 'Fiat', '', '', 'Fiat India Automobiles Pvt. Ltd', 'India'));
385 7
        $this->attach(new Manufacturer('MAJ', 'Ford', '', '', 'Ford India', 'India'));
386 7
        $this->attach(new Manufacturer('MAK', 'Honda', '', '', 'Honda Siel Cars India', 'India'));
387 7
        $this->attach(new Manufacturer('MAL', 'Hyundai', '', '', 'Hyundai Motor India', 'India'));
388 7
        $this->attach(new Manufacturer('MAN', 'Eicher Polaris Multix', '', '', 'Eicher Polaris Multix', 'India'));
389 7
        $this->attach(new Manufacturer('MAT', 'Tata', '', '', 'Tata Motors', 'India'));
390 7
        $this->attach(new Manufacturer('MA1', 'Mahindra', '', '', 'Mahindra', 'India'));
391 7
        $this->attach(new Manufacturer('MA3', 'Suzuki', '', '', 'Maruti Suzuki India Limited', 'India'));
392 7
        $this->attach(new Manufacturer('MA6', 'GM', '', '', 'General Motors India Pvt. Ltd.', 'India'));
393 7
        $this->attach(new Manufacturer('MA7', 'Hindustan', '', '', 'Hindustan Motors Ltd', 'India'));
394 7
        $this->attach(new Manufacturer('MA7', 'Mitsubishi', '', '', 'Hindustan Motors Ltd', 'India'));
395 7
        $this->attach(new Manufacturer('MA7', 'Isuzu', '', '', 'Hindustan Motors Ltd', 'India'));
396 7
        $this->attach(new Manufacturer('MBF', 'Royal Enfield', '', '', 'Royal Enfield', 'India'));
397 7
        $this->attach(new Manufacturer('MBH', 'Nissan', '', 'Pixo', 'Maruti Suzuki India Limited', 'India'));
398 7
        $this->attach(new Manufacturer('MBJ', 'Toyota', '', '', 'Toyota Kirloskar Motor Pvt Ltd', 'India'));
399 7
        $this->attach(new Manufacturer('MBK', 'MAN', 'trucks', '', 'MAN Trucks India Pvt. Ltd', 'India'));
400 7
        $this->attach(new Manufacturer('MBL', 'Hero MotoCorp', '', '', 'Hero MotoCorp', 'India'));
401 7
        $this->attach(new Manufacturer('MBR', 'Mercedes-Benz', '', '', 'Mercedes-Benz India', 'India'));
402 7
        $this->attach(new Manufacturer('MBU', 'Swaraj', '', '', 'Swaraj Vehicles Limited', 'India'));
403 7
        $this->attach(new Manufacturer('MBV', 'Premier', '', '', 'Premier Automobiles Ltd', 'India'));
404 7
        $this->attach(new Manufacturer('MBX', 'Piaggio', '', '', 'Piaggio India Piaggio Ape', 'India'));
405 7
        $this->attach(new Manufacturer('MBY', '', '', '', 'Asia Motor Works Ltd', 'India'));
406 7
        $this->attach(new Manufacturer('MB1', 'Ashok Leyland', '', '', 'Ashok Leyland Ltd', 'India'));
407 7
        $this->attach(new Manufacturer('MB8', 'Suzuki', '', '', 'Suzuki Motorcycle India Limited', 'India'));
408 7
        $this->attach(new Manufacturer('MCA', '', '', '', 'FCA India Automobiles Pvt. Ltd', 'India'));
409 7
        $this->attach(new Manufacturer('MCB', '', '', '', 'General Motors India Pvt. Ltd.', 'India'));
410 7
        $this->attach(new Manufacturer('MCD', '', '', '', 'Mahindra Two Wheelers', 'India'));
411 7
        $this->attach(new Manufacturer('MCG', 'Atul', '', '', 'Atul Auto', 'India'));
412 7
        $this->attach(new Manufacturer('MCL', '', '', '', 'International Cars And Motors Ltd', 'India'));
413 7
        $this->attach(new Manufacturer('MC1', '', '', '', 'Force Motors Limited', 'India'));
414 7
        $this->attach(new Manufacturer('MC2', '', '', '', 'Eicher Motors Limited', 'India'));
415 7
        $this->attach(new Manufacturer('MC4', '', '', '', 'Dilip Chhabria Design Pvt Ltd', 'India'));
416 7
        $this->attach(new Manufacturer('MDE', '', '', '', 'Kinetic Engineering Limited', 'India'));
417 7
        $this->attach(new Manufacturer('MDH', 'Nissan', '', '', 'Nissan Motor India Pvt Ltd', 'India'));
418 7
        $this->attach(new Manufacturer('MDT', 'Kerala', '', '', 'Kerala Automobiles Limited', 'India'));
419 7
        $this->attach(new Manufacturer('MD2', 'Bajaj Auto', '', '', 'Bajaj Auto Ltd', 'India'));
420 7
        $this->attach(new Manufacturer('MD2', 'KTM', '', '', 'Bajaj Auto Ltd', 'India'));
421 7
        $this->attach(new Manufacturer('MD2', 'Husqvarna', '', '', 'Bajaj Auto Ltd', 'India'));
422 7
        $this->attach(new Manufacturer('MD6', '', '', '', 'TVS Motor Company', 'India'));
423 7
        $this->attach(new Manufacturer('MD7', 'LML', '', '', 'LML Ltd', 'India', null, null, 'including Genuine Scooter Company Stella'));
424 7
        $this->attach(new Manufacturer('ME1', '', '', '', 'India Yamaha Motor Pvt. Ltd', 'India'));
425 7
        $this->attach(new Manufacturer('ME3', 'Royal Enfield', '', '', 'Royal Enfield', 'India'));
426 7
        $this->attach(new Manufacturer('ME4', 'Honda', '', '', 'Honda Motorcycle and Scooter India', 'India'));
427 7
        $this->attach(new Manufacturer('ME9', 'BUYMYEV', '', '', 'BUYMYEV TECHNOLOGY PVT LTD', 'India'));
428 7
        $this->attach(new Manufacturer('MEC', 'Daimler', '', '', 'Daimler India Commercial Vehicles Pvt. Ltd. BharatBenz', 'India'));
429 7
        $this->attach(new Manufacturer('MEE', 'Renault', '', '', 'Renault India Private Limited', 'India'));
430 7
        $this->attach(new Manufacturer('MEG', 'Harley-Davidson', '', '', 'Harley-Davidson India', 'India'));
431 7
        $this->attach(new Manufacturer('MER', 'Benelli', '', '', 'Benelli', 'India'));
432 7
        $this->attach(new Manufacturer('MET', 'Piaggio', '', '', 'Piaggio India Vespa', 'India'));
433 7
        $this->attach(new Manufacturer('MEX', 'Škoda', '', '', 'Škoda Auto Volkswagen India Pvt. Ltd.', 'India', 2015));
434 7
        $this->attach(new Manufacturer('MH1', 'Honda', '', '', 'PT Astra Honda Motor', 'Indonesia'));
435 7
        $this->attach(new Manufacturer('MH3', 'Yamaha', '', '', 'PT Yamaha Indonesia Motor Mfg.', 'Indonesia'));
436 7
        $this->attach(new Manufacturer('MH4', 'Kawasaki', '', '', 'PT Kawasaki Motor Indonesia', 'Indonesia'));
437 7
        $this->attach(new Manufacturer('MHF', 'Toyota', '', '', 'PT Toyota Astra Motor Indonesia', 'Indonesia'));
438 7
        $this->attach(new Manufacturer('MHH', 'BMW', '', '', 'BMW cars', 'Indonesia', 2003, 2019));
439 7
        $this->attach(new Manufacturer('MHK', 'Astra Daihatsu', '', '', 'PT Astra Daihatsu Motor', 'Indonesia'));
440 7
        $this->attach(new Manufacturer('MHK', 'Toyota', '', '', 'PT Astra Daihatsu Motor', 'Indonesia'));
441 7
        $this->attach(new Manufacturer('MHL', 'Mercedes-Benz', '', '', 'PT Mercedes-Benz Indonesia', 'Indonesia'));
442 7
        $this->attach(new Manufacturer('MHR', 'Honda', '', '', 'PT Honda Prospect Motor Indonesia', 'Indonesia'));
443 7
        $this->attach(new Manufacturer('MHY', 'Suzuki', '', '', 'PT Suzuki Indomobil Motor', 'Indonesia'));
444 7
        $this->attach(new Manufacturer('MJB', 'GM', '', '', 'GM Indonesia', 'Indonesia'));
445 7
        $this->attach(new Manufacturer('MK2', 'Mitsubishi', '', '', 'Mitsubishi Motors Krama Yudha Indonesia', 'Indonesia'));
446 7
        $this->attach(new Manufacturer('MK3', 'SGMW', '', '', 'PT SGMW Motor Indonesia Wuling', 'Indonesia'));
447 7
        $this->attach(new Manufacturer('ML0', 'Ducati', '', '', 'Ducati Motor (Thailand) Co., Ltd.', 'Thailand'));
448 7
        $this->attach(new Manufacturer('ML3', 'Mitsubishi', '', '', 'Mitsubishi Motors (Thailand)', 'Thailand'));
449 7
        $this->attach(new Manufacturer('ML5', 'Kawasaki', '', '', 'Kawasaki Motors Enterprise Co. Ltd.', 'Thailand'));
450 7
        $this->attach(new Manufacturer('MLC', 'Suzuki', '', '', 'Thai Suzuki Motor Co., Ltd.', 'Thailand'));
451 7
        $this->attach(new Manufacturer('MLE', 'Yamaha', '', '', 'Thai Yamaha Motor Co., Ltd.', 'Thailand'));
452 7
        $this->attach(new Manufacturer('MLH', 'Honda', 'motorcycle', '', 'Honda', 'Thailand'));
453 7
        $this->attach(new Manufacturer('MLY', 'Harley-Davidson', 'motorcycle', '', 'Harley-Davidson', 'Thailand'));
454 7
        $this->attach(new Manufacturer('MM0', 'Mazda', '', '', 'Mazda (Ford-Mazda AAT plant)', 'Thailand'));
455 7
        $this->attach(new Manufacturer('MM6', 'Mazda', '', '', 'Mazda (Ford-Mazda AAT plant)', 'Thailand'));
456 7
        $this->attach(new Manufacturer('MM7', 'Mazda', '', '', 'Mazda (Ford-Mazda AAT plant)', 'Thailand'));
457 7
        $this->attach(new Manufacturer('MM8', 'Mazda', '', '', 'Mazda (Ford-Mazda AAT plant)', 'Thailand'));
458 7
        $this->attach(new Manufacturer('MMA', 'Mitsubishi', '', '', 'Mitsubishi Motors', 'Thailand'));
459 7
        $this->attach(new Manufacturer('MMB', 'Mitsubishi', '', '', 'Mitsubishi Motors', 'Thailand'));
460 7
        $this->attach(new Manufacturer('MMC', 'Mitsubishi', '', '', 'Mitsubishi Motors', 'Thailand'));
461 7
        $this->attach(new Manufacturer('MMD', 'Mitsubishi', '', '', 'Mitsubishi Motors', 'Thailand'));
462 7
        $this->attach(new Manufacturer('MMF', 'BMW', '', '', 'BMW', 'Thailand'));
463 7
        $this->attach(new Manufacturer('MMH', 'Tata', '', '', 'Tata', 'Thailand'));
464 7
        $this->attach(new Manufacturer('MMK', 'Toyota', '', '', 'Toyota Auto Works plant', 'Thailand'));
465 7
        $this->attach(new Manufacturer('MMM', 'Chevrolet', '', '', 'Chevrolet', 'Thailand'));
466 7
        $this->attach(new Manufacturer('MML', 'MG', '', '', 'MG', 'Thailand'));
467 7
        $this->attach(new Manufacturer('MMR', 'Subaru', '', '', 'Subaru', 'Thailand'));
468 7
        $this->attach(new Manufacturer('MMS', 'Suzuki', '', '', 'Suzuki', 'Thailand'));
469 7
        $this->attach(new Manufacturer('MMT', 'Mitsubishi', '', '', 'Mitsubishi Motors', 'Thailand'));
470 7
        $this->attach(new Manufacturer('MMU', 'Holden', '', '', 'Holden', 'Thailand'));
471 7
        $this->attach(new Manufacturer('MNA', 'Ford', '', '', 'Ford (Ford-Mazda AAT plant)', 'Thailand', null, null, 'export Australia/New Zealand'));
472 7
        $this->attach(new Manufacturer('MNB', 'Ford', '', '', 'Ford (Ford-Mazda AAT plant)', 'Thailand', null, null, 'export for other RHD'));
473 7
        $this->attach(new Manufacturer('MNC', 'Ford', '', '', 'Ford (Ford-Mazda AAT plant)', 'Thailand', null, null, 'export for LHD'));
474 7
        $this->attach(new Manufacturer('MNK', 'Hino', '', '', 'Hino Motors Manufacturing Thailand Co Ltd', 'Thailand'));
475 7
        $this->attach(new Manufacturer('MNT', 'Nissan', '', '', 'Nissan Motor Thailand', 'Thailand'));
476 7
        $this->attach(new Manufacturer('MPA', 'Isuzu', '', '', 'IMCT Isuzu Motors Company Thailand', 'Thailand'));
477 7
        $this->attach(new Manufacturer('MPB', 'Ford', '', '', 'Ford (FTM plant)', 'Thailand'));
478 7
        $this->attach(new Manufacturer('MP1', 'Isuzu', '', '', 'IMCT Isuzu Motors Company Thailand', 'Thailand'));
479 7
        $this->attach(new Manufacturer('MP2', 'Mazda', 'pickup', 'BT-50', 'Isuzu Motors (Thailand) Co., Ltd.', 'Thailand'));
480 7
        $this->attach(new Manufacturer('MP5', 'Foton', '', '', 'Foton', 'Thailand'));
481 7
        $this->attach(new Manufacturer('MRH', 'Honda', 'car', '', 'Honda', 'Thailand'));
482 7
        $this->attach(new Manufacturer('MR0', 'Toyota', '', '', 'Toyota (Ban Pho and Samrong plant)', 'Thailand'));
483 7
        $this->attach(new Manufacturer('MR1', 'Toyota', '', '', 'Toyota (Samrong plant) (Fortuner)', 'Thailand'));
484 7
        $this->attach(new Manufacturer('MR2', 'Toyota', '', '', 'Toyota (Gateway plant)', 'Thailand'));
485 7
        $this->attach(new Manufacturer('MS0', 'Kia', '', '', 'SSS MOTORS Myanmar/Kia', 'Myanmar'));
486 7
        $this->attach(new Manufacturer('MS3', 'Suzuki', '', '', 'Suzuki Myanmar Motor Co., Ltd.', 'Myanmar'));
487 7
        $this->attach(new Manufacturer('MXV', 'IMZ-Ural', '', '', 'IMZ-Ural Ural Motorcycles', 'Kazakhstan'));
488 7
        $this->attach(new Manufacturer('MX3', 'Hyundai', '', '', 'Hyundai Trans Auto', 'Kazakhstan'));
489 7
        $this->attach(new Manufacturer('MYH', 'Ather Energy', '', '', 'Ather Energy', 'India'));
490 7
        $this->attach(new Manufacturer('MZ7', 'MG', '', '', 'MG Motor India Pvt. Ltd.', 'India'));
491 7
        $this->attach(new Manufacturer('MZB', 'Kia', '', '', 'Kia India Pvt. Ltd.', 'India'));
492 7
        $this->attach(new Manufacturer('MZD', 'Jawa', '', '', 'Classic Legends Private Limited', 'India'));
493 7
        $this->attach(new Manufacturer('M3G', 'Isuzu', '', '', 'Isuzu Motors India', 'India'));
494 7
        $this->attach(new Manufacturer('M6F', '', '', '', 'UM Lohia Two Wheelers Private Limited', 'India'));
495 7
        $this->attach(new Manufacturer('N3C', 'Kavir', '', '', 'Kavir motor Company (Yektaz)', 'Iran'));
496 7
        $this->attach(new Manufacturer('N58', 'Kavir', '', '', 'Kavir motor Company (EURASIA)', 'Iran'));
497 7
        $this->attach(new Manufacturer('NAA', '', '', '', 'Iran khodro Company', 'Iran'));
498 7
        $this->attach(new Manufacturer('NAD', 'Saipa', '', '', 'Saipa Diesel', 'Iran'));
499 7
        $this->attach(new Manufacturer('NAG', '', '', '', 'Bahman Industrial Group', 'Iran'));
500 7
        $this->attach(new Manufacturer('NAP', 'Pars Khodro', '', '', 'Pars Khodro', 'Iran'));
501 7
        $this->attach(new Manufacturer('NAS', 'Saipa', '', '', 'Saipa Co.', 'Iran'));
502 7
        $this->attach(new Manufacturer('NC0', 'BMW', '', '', 'BMW South Africa', 'South Africa'));
503 7
        $this->attach(new Manufacturer('NFB', 'Honda', '', '', 'Honda Atlas Cars Pakistan Ltd', 'Pakistan'));
504 7
        $this->attach(new Manufacturer('NG3', 'Lucky Motor', '', '', 'Lucky Motor Corporation', 'Pakistan'));
505 7
        $this->attach(new Manufacturer('NLA', 'Honda', '', '', 'Honda Türkiye', 'Turkey'));
506 7
        $this->attach(new Manufacturer('NLC', '', '', '', 'Askam Kamyon Imalat Ve Ticaret A.S.', 'Turkey'));
507 7
        $this->attach(new Manufacturer('NLE', 'Mercedes-Benz', 'truck', '', 'Mercedes-Benz Türk Truck', 'Turkey'));
508 7
        $this->attach(new Manufacturer('NLH', 'Hyundai', 'car/SUV', '', 'Hyundai Assan Otomotiv', 'Turkey'));
509 7
        $this->attach(new Manufacturer('NLJ', 'Hyundai', 'van', '', 'Hyundai Assan Otomotiv', 'Turkey'));
510 7
        $this->attach(new Manufacturer('NLN', 'Karsan', '', '', 'Karsan Automotive Industry & Trade', 'Turkey'));
511 7
        $this->attach(new Manufacturer('NLR', 'Otokar', '', '', 'Otokar', 'Turkey'));
512 7
        $this->attach(new Manufacturer('NLT', 'TEMSA', '', '', 'TEMSA', 'Turkey'));
513 7
        $this->attach(new Manufacturer('NL1', 'Togg', '', '', 'Togg', 'Turkey'));
514 7
        $this->attach(new Manufacturer('NMA', 'MAN', '', '', 'MAN Türkiye A.Ş.', 'Turkey'));
515 7
        $this->attach(new Manufacturer('NMB', 'Mercedes-Benz', '', '', 'Mercedes-Benz Türk A.S.', 'Turkey'));
516 7
        $this->attach(new Manufacturer('NMC', 'BMC', '', '', 'BMC Otomotiv Sanayi ve Ticaret A.Ş.', 'Turkey'));
517 7
        $this->attach(new Manufacturer('NMH', 'Honda', 'motorcycle', '', 'Honda', 'Turkey'));
518 7
        $this->attach(new Manufacturer('NMT', 'Toyota', '', '', 'Toyota Motor Manufacturing Turkey', 'Turkey'));
519 7
        $this->attach(new Manufacturer('NM0', 'Ford', '', '', 'Ford Otosan Turkey', 'Turkey'));
520 7
        $this->attach(new Manufacturer('NM1', 'Renault', '', '', 'Oyak-Renault Oto Fab AS', 'Turkey'));
521 7
        $this->attach(new Manufacturer('NM4', 'Tofas', '', '', 'Tofas (Turk Otomobil Fabrikasi AS)', 'Turkey'));
522 7
        $this->attach(new Manufacturer('NNA', 'Isuzu', '', '', 'Anadolu Isuzu', 'Turkey'));
523 7
        $this->attach(new Manufacturer('PAB', 'Isuzu', '', '', 'Isuzu Philippines Corporation', 'Philippines'));
524 7
        $this->attach(new Manufacturer('PAD', 'Honda', '', '', 'Honda Cars Philippines', 'Philippines'));
525 7
        $this->attach(new Manufacturer('PAF', 'BMW', '', '', 'BMW Philippines', 'Philippines'));
526 7
        $this->attach(new Manufacturer('PE1', 'Ford', '', '', 'Ford Motor Company Philippines', 'Philippines'));
527 7
        $this->attach(new Manufacturer('PE3', 'Mazda', '', '', 'Ford Motor Company Philippines', 'Philippines'));
528 7
        $this->attach(new Manufacturer('PL1', 'Proton', '', '', 'Proton', 'Malaysia'));
529 7
        $this->attach(new Manufacturer('PL8', 'Hyundai', '', '', 'Hyundai/Inokom', 'Malaysia'));
530 7
        $this->attach(new Manufacturer('PLP', 'Subaru', '', '', 'Subaru', 'Malaysia'));
531 7
        $this->attach(new Manufacturer('PLZ', 'Isuzu', '', '', 'Isuzu Malaysia', 'Malaysia'));
532 7
        $this->attach(new Manufacturer('PMH', 'Honda', 'car', '', 'Honda', 'Malaysia'));
533 7
        $this->attach(new Manufacturer('PML', 'Hicom', '', '', 'Hicom', 'Malaysia'));
534 7
        $this->attach(new Manufacturer('PM1', 'BMW', '', '', 'BMW', 'Malaysia'));
535 7
        $this->attach(new Manufacturer('PM2', 'Perodua', '', '', 'Perodua', 'Malaysia'));
536 7
        $this->attach(new Manufacturer('PM9', 'Bufori', '', '', 'Bufori', 'Malaysia'));
537 7
        $this->attach(new Manufacturer('PMK', 'Honda', 'motorcycle', '', 'Honda Boon Siew', 'Malaysia'));
538 7
        $this->attach(new Manufacturer('PMN', 'Modenas', '', '', 'Modenas', 'Malaysia'));
539 7
        $this->attach(new Manufacturer('PMV', 'Yamaha', '', '', 'Hong Leong Yamaha Motor Sdn. Bhd.', 'Malaysia'));
540 7
        $this->attach(new Manufacturer('PNA', '', '', '', 'Naza/Kia/Peugeot', 'Malaysia'));
541 7
        $this->attach(new Manufacturer('PNV', 'Volvo', '', '', 'Volvo Cars', 'Malaysia'));
542 7
        $this->attach(new Manufacturer('PN1', 'Toyota', '', '', 'Toyota', 'Malaysia'));
543 7
        $this->attach(new Manufacturer('PN2', 'Toyota', '', '', 'Toyota', 'Malaysia'));
544 7
        $this->attach(new Manufacturer('PN8', 'Nissan', '', '', 'Nissan', 'Malaysia'));
545 7
        $this->attach(new Manufacturer('PP1', 'Mazda', '', '', 'Mazda', 'Malaysia'));
546 7
        $this->attach(new Manufacturer('PP3', 'Hyundai', '', '', 'Hyundai', 'Malaysia'));
547 7
        $this->attach(new Manufacturer('PPP', 'Suzuki', '', '', 'Suzuki', 'Malaysia'));
548 7
        $this->attach(new Manufacturer('PPV', 'Volkswagen', '', '', 'Volkswagen', 'Malaysia'));
549 7
        $this->attach(new Manufacturer('PR8', 'Ford', '', '', 'Ford', 'Malaysia'));
550 7
        $this->attach(new Manufacturer('PRA', 'Sinotruk', '', '', 'Sinotruk', 'Malaysia'));
551 7
        $this->attach(new Manufacturer('PRH', 'Chery', '', '', 'Chery', 'Malaysia'));
552 7
        $this->attach(new Manufacturer('RF3', 'Aeon', '', '', 'Aeon Motor', 'Taiwan'));
553 7
        $this->attach(new Manufacturer('RF5', 'Yulon', '', '', 'Yulon Motor Co Ltd', 'Taiwan'));
554 7
        $this->attach(new Manufacturer('RFB', 'Kymco', '', '', 'Kymco', 'Taiwan'));
555 7
        $this->attach(new Manufacturer('RFC', '', '', '', 'Taiwan Golden Bee', 'Taiwan'));
556 7
        $this->attach(new Manufacturer('RFD', '', '', '', 'Tai Ling Motor Co Ltd', 'Taiwan', null, null, 'new designation'));
557 7
        $this->attach(new Manufacturer('RFG', 'Sanyang', '', '', 'Sanyang SYM', 'Taiwan'));
558 7
        $this->attach(new Manufacturer('RFL', 'Adly', '', '', 'Adly', 'Taiwan'));
559 7
        $this->attach(new Manufacturer('RFT', 'CPI', '', '', 'CPI', 'Taiwan'));
560 7
        $this->attach(new Manufacturer('RFV', 'PGO', '', '', 'PGO Scooters', 'Taiwan'));
561 7
        $this->attach(new Manufacturer('RFV', 'Genuine Scooter Company', '', '', 'PGO Scooters', 'Taiwan'));
562 7
        $this->attach(new Manufacturer('RGS', 'Kawasaki', '', '', 'Kymco', 'Taiwan'));
563 7
        $this->attach(new Manufacturer('RHA', 'Ford', '', '', 'Ford Lio Ho Motor Co Ltd', 'Taiwan', null, null, 'new designation'));
564 7
        $this->attach(new Manufacturer('RK7', 'Kawasaki', 'ATV', '', 'Tai Ling Motor Co Ltd', 'Taiwan', null, null, '(rebadged Suzuki ATV) new designation'));
565 7
        $this->attach(new Manufacturer('RKJ', 'Prince', '', '', 'Prince Motors Taiwan', 'Taiwan'));
566 7
        $this->attach(new Manufacturer('RKL', 'Kuozui', '', '', 'Kuozui Motors (Toyota)', 'Taiwan'));
567 7
        $this->attach(new Manufacturer('RKM', 'CMC', '', '', 'China Motor Corporation', 'Taiwan'));
568 7
        $this->attach(new Manufacturer('RKR', '', '', '', 'Yamaha Motor Taiwan Co. Ltd.', 'Taiwan', null, null, 'new designation'));
569 7
        $this->attach(new Manufacturer('RKT', 'Honda', '', '', 'Honda Taiwan', 'Taiwan'));
570 7
        $this->attach(new Manufacturer('RL0', 'Ford', '', '', 'Ford Vietnam', 'Vietnam'));
571 7
        $this->attach(new Manufacturer('RL4', 'Toyota', '', '', 'Toyota Motor Vietnam', 'Vietnam'));
572 7
        $this->attach(new Manufacturer('RLA', 'Mitsubishi', '', '', 'Vina Star Motors Corp.', 'Vietnam'));
573 7
        $this->attach(new Manufacturer('RLC', 'Yamaha', '', '', 'Yamaha Motor Vietnam Co. Ltd.', 'Vietnam'));
574 7
        $this->attach(new Manufacturer('RLE', 'Isuzu', '', '', 'Isuzu Vietnam Co.', 'Vietnam'));
575 7
        $this->attach(new Manufacturer('RLF', 'BMW', 'cars', '', 'BMW', 'Vietnam', 2003, 2014));
576 7
        $this->attach(new Manufacturer('RLH', 'Honda', '', '', 'Honda Vietnam Co. Ltd.', 'Vietnam'));
577 7
        $this->attach(new Manufacturer('RLL', 'VinFast', 'SUV', '', 'VinFast', 'Vietnam'));
578 7
        $this->attach(new Manufacturer('RLM', 'Mercedes-Benz', '', '', 'Mercedes-Benz Vietnam', 'Vietnam'));
579 7
        $this->attach(new Manufacturer('RLV', 'Can-Am', '', 'DS 70', 'Vietnam Precision Industrial CO., Ltd.', 'Vietnam'));
580 7
        $this->attach(new Manufacturer('RLV', 'Can-Am', '', 'DS 90', 'Vietnam Precision Industrial CO., Ltd.', 'Vietnam'));
581 7
        $this->attach(new Manufacturer('RP8', 'Piaggio', '', '', 'Piaggio Vietnam Co. Ltd.', 'Vietnam'));
582 7
        $this->attach(new Manufacturer('R4N', 'Elyx', '', '', 'Elyx Smart Technology Holdings (Hong Kong) Ltd.', 'Hong Kong'));
583
584 7
        $this->attach(new Manufacturer('SA9', 'Morgan', '', '', 'Morgan Motor Company', 'United Kingdom'));
585 7
        $this->attach(new Manufacturer('SA9', 'OX Global', '', '', 'OX Global', 'United Kingdom'));
586 7
        $this->attach(new Manufacturer('SA9', 'Panther', '', '', 'Panther', 'United Kingdom'));
587 7
        $this->attach(new Manufacturer('SA9', 'TVR', '', '', 'TVR', 'United Kingdom'));
588 7
        $this->attach(new Manufacturer('SA9', 'Westfield Sportscars', '', '', 'Westfield Sportscars', 'United Kingdom'));
589 7
        $this->attach(new Manufacturer('SA9', 'McLaren F1', '', '', 'McLaren F1', 'United Kingdom'));
590 7
        $this->attach(new Manufacturer('SA9', 'Marcos Engineering', '', '', 'Marcos Engineering', 'United Kingdom'));
591 7
        $this->attach(new Manufacturer('SA9', 'MG Sport and Racing', '', '', 'MG Sport and Racing', 'United Kingdom'));
592 7
        $this->attach(new Manufacturer('SA9', 'Morgan 3-Wheeler', '', '', 'Morgan 3-Wheeler', 'United Kingdom'));
593 7
        $this->attach(new Manufacturer('SA9', 'KaiserRushforth', '', '', 'KaiserRushforth', 'United Kingdom'));
594 7
        $this->attach(new Manufacturer('SAA', 'Austin', '', '', 'Austin', 'United Kingdom'));
595 7
        $this->attach(new Manufacturer('SAB', 'Optare', '', '', 'Optare', 'United Kingdom'));
596 7
        $this->attach(new Manufacturer('SAD', 'Daimler', '', '', 'Daimler', 'United Kingdom', null, 1987));
597 7
        $this->attach(new Manufacturer('SAD', 'Jaguar', 'SUV', '', 'Jaguar', 'United Kingdom'));
598 7
        $this->attach(new Manufacturer('SAF', 'ERF', '', '', 'ERF', 'United Kingdom'));
599 7
        $this->attach(new Manufacturer('SAH', 'Honda', '', '', 'Austin Rover Group', 'United Kingdom'));
600 7
        $this->attach(new Manufacturer('SAJ', 'Jaguar', '', '', 'Jaguar', 'United Kingdom'));
601 7
        $this->attach(new Manufacturer('SAL', 'Land Rover', '', '', 'Land Rover', 'United Kingdom'));
602 7
        $this->attach(new Manufacturer('SAM', 'Morris', '', '', 'Morris', 'United Kingdom'));
603 7
        $this->attach(new Manufacturer('SAR', 'Rover', '', '', 'Rover', 'United Kingdom'));
604 7
        $this->attach(new Manufacturer('SAR', 'Rover', '', '', 'MG Rover Group', 'United Kingdom'));
605 7
        $this->attach(new Manufacturer('SAT', 'Triumph', 'car', '', 'Triumph', 'United Kingdom'));
606 7
        $this->attach(new Manufacturer('SAX', '', '', '', 'Austin Rover Group', 'United Kingdom', null, null, 'including Sterling Cars'));
607 7
        $this->attach(new Manufacturer('SAY', 'Norton', '', '', 'Norton Motorcycles', 'United Kingdom'));
608 7
        $this->attach(new Manufacturer('SAZ', 'Freight Rover', '', '', 'Freight Rover', 'United Kingdom'));
609 7
        $this->attach(new Manufacturer('SBB', 'Leyland', '', '', 'Leyland Vehicles', 'United Kingdom'));
610 7
        $this->attach(new Manufacturer('SBC', 'Iveco', '', '', 'Iveco Ford Truck', 'United Kingdom'));
611 7
        $this->attach(new Manufacturer('SBJ', 'Leyland', 'bus', '', 'Leyland Bus', 'United Kingdom'));
612 7
        $this->attach(new Manufacturer('SBL', 'Leyland', '', '', 'Leyland Motors', 'United Kingdom'));
613 7
        $this->attach(new Manufacturer('SBL', 'Leyland DAF', '', '', 'Leyland DAF', 'United Kingdom'));
614 7
        $this->attach(new Manufacturer('SBM', 'McLaren', '', '', 'McLaren Group', 'United Kingdom'));
615 7
        $this->attach(new Manufacturer('SBS', 'Scammell', '', '', 'Scammell', 'United Kingdom'));
616 7
        $this->attach(new Manufacturer('SBV', 'Kenworth', '', '', 'Leyland Trucks', 'United Kingdom'));
617 7
        $this->attach(new Manufacturer('SBV', 'Peterbilt', '', '', 'Leyland Trucks', 'United Kingdom'));
618 7
        $this->attach(new Manufacturer('SB1', 'Toyota', '', '', 'Toyota Manufacturing UK', 'United Kingdom'));
619 7
        $this->attach(new Manufacturer('SCA', 'Rolls Royce', '', '', 'Rolls Royce', 'United Kingdom'));
620 7
        $this->attach(new Manufacturer('SCB', 'Bentley', '', '', 'Bentley Motors Limited', 'United Kingdom'));
621 7
        $this->attach(new Manufacturer('SCC', 'Lotus', '', '', 'Lotus Cars Limited', 'United Kingdom'));
622 7
        $this->attach(new Manufacturer('SCE', 'DeLorean', '', '', 'DeLorean Motor Cars N. Ireland (UK)', 'United Kingdom'));
623 7
        $this->attach(new Manufacturer('SCF', 'Aston Martin', '', '', 'Aston Martin Lagonda Limited', 'United Kingdom'));
624 7
        $this->attach(new Manufacturer('SCG', '', '', '', 'Triumph Engineering', 'United Kingdom', null, null, 'original Triumph Motorcycle company'));
625 7
        $this->attach(new Manufacturer('SCK', '', '', '', 'Ifor Williams Trailers', 'United Kingdom'));
626 7
        $this->attach(new Manufacturer('SCR', '', '', '', 'London Electric Vehicle Company', 'United Kingdom'));
627 7
        $this->attach(new Manufacturer('SCR', '', '', '', 'London Taxi Company', 'United Kingdom'));
628 7
        $this->attach(new Manufacturer('SCR', '', '', '', 'London Taxis International', 'United Kingdom'));
629 7
        $this->attach(new Manufacturer('SCV', 'Volvo', '', '', 'Volvo Truck & Bus', 'United Kingdom'));
630 7
        $this->attach(new Manufacturer('SC6', '', '', '', 'INEOS Automotive', 'United Kingdom'));
631 7
        $this->attach(new Manufacturer('SDB', 'Peugeot', '', '', 'Peugeot UK (formerly Talbot)', 'United Kingdom'));
632 7
        $this->attach(new Manufacturer('SDB', 'Talbot', '', '', 'Peugeot UK (formerly Talbot)', 'United Kingdom'));
633 7
        $this->attach(new Manufacturer('SDF', 'Dodge', '', '', 'Dodge Trucks – UK', 'United Kingdom', 1981, 1984));
634 7
        $this->attach(new Manufacturer('SDG', 'Renault', '', '', 'Renault Trucks Industries', 'United Kingdom', 1985, 1992));
635 7
        $this->attach(new Manufacturer('SDK', 'Caterham Cars', '', '', 'Caterham Cars', 'United Kingdom'));
636 7
        $this->attach(new Manufacturer('SDL', 'TVR', '', '', 'TVR Engineering', 'United Kingdom'));
637 7
        $this->attach(new Manufacturer('SDP', 'MG', '', '', 'MG Motor NAC MG UK', 'United Kingdom'));
638 7
        $this->attach(new Manufacturer('SDP', 'MG', '', '', 'MG Motor UK', 'United Kingdom'));
639 7
        $this->attach(new Manufacturer('SD7', 'Aston Martin', '', '', 'Aston Martin SUVs', 'United Kingdom'));
640 7
        $this->attach(new Manufacturer('SED', 'IBC', '', '', 'IBC Vehicles (Isuzu Bedford Company)', 'United Kingdom'));
641 7
        $this->attach(new Manufacturer('SEG', 'Dennis Eagle', '', '', 'Dennis Eagle', 'United Kingdom'));
642 7
        $this->attach(new Manufacturer('SEY', 'LDV', '', '', 'LDV Group', 'United Kingdom'));
643 7
        $this->attach(new Manufacturer('SFA', 'Ford', '', '', 'Ford of Britain', 'United Kingdom'));
644 7
        $this->attach(new Manufacturer('SFD', '', '', '', 'Alexander Dennis UK', 'United Kingdom'));
645 7
        $this->attach(new Manufacturer('SFE', '', '', '', 'Alexander Dennis UK', 'United Kingdom'));
646 7
        $this->attach(new Manufacturer('SFN', 'Foden', '', '', 'Foden', 'United Kingdom'));
647 7
        $this->attach(new Manufacturer('SFZ', 'Tesla', '', 'Roadster', 'Lotus', 'United Kingdom'));
648 7
        $this->attach(new Manufacturer('SGD', 'Swift', '', '', 'Swift Group Ltd.', 'United Kingdom'));
649 7
        $this->attach(new Manufacturer('SHH', 'Honda', 'car', '', 'Honda UK Manufacturing', 'United Kingdom'));
650 7
        $this->attach(new Manufacturer('SHS', 'Honda', 'SUV', '', 'Honda UK Manufacturing', 'United Kingdom'));
651 7
        $this->attach(new Manufacturer('SJA', 'Bentley', 'SUV', '', 'Bentley', 'United Kingdom'));
652 7
        $this->attach(new Manufacturer('SJK', 'Infiniti', '', '', 'Nissan Motor Manufacturing UK', 'United Kingdom'));
653 7
        $this->attach(new Manufacturer('SJN', 'Nissan', '', '', 'Nissan Motor Manufacturing UK', 'United Kingdom'));
654 7
        $this->attach(new Manufacturer('SKA', 'Vauxhall', '', '', 'Vauxhall Motors', 'United Kingdom'));
655 7
        $this->attach(new Manufacturer('SKF', 'Bedford', '', '', 'Bedford Vehicles', 'United Kingdom'));
656 7
        $this->attach(new Manufacturer('SLA', 'Rolls-Royce', 'SUV', '', 'Rolls-Royce Motor Cars', 'United Kingdom'));
657 7
        $this->attach(new Manufacturer('SLP', 'JCB', '', '', 'JC Bamford Excavators', 'United Kingdom'));
658 7
        $this->attach(new Manufacturer('SLV', 'Volvo', 'bus', '', 'Volvo Bus', 'United Kingdom'));
659 7
        $this->attach(new Manufacturer('SL5', 'SOR', 'bus', '', 'SOR Libchavy', 'Czech Republic'));
660 7
        $this->attach(new Manufacturer('SMT', 'Triumph', '', '', 'Triumph Motorcycles', 'United Kingdom'));
661 7
        $this->attach(new Manufacturer('SNE', 'Wartburg', '', '', 'VEB Automobilwerk Eisenach', 'East Germany'));
662 7
        $this->attach(new Manufacturer('SNT', 'Trabant', '', '', 'VEB Sachsenring Automobilwerke Zwickau', 'East Germany'));
663 7
        $this->attach(new Manufacturer('SNZ', 'MZ', '', '', 'MZ Motorrad- und Zweiradwerk', 'East Germany'));
664 7
        $this->attach(new Manufacturer('SUA', 'Sanok', '', '', 'Sanocka Fabryka Autobusow Sfa', 'Poland'));
665 7
        $this->attach(new Manufacturer('SUA', 'Autosan', '', '', 'Autosan', 'Poland'));
666 7
        $this->attach(new Manufacturer('SUD', 'Wielton', '', '', 'Wielton', 'Poland'));
667 7
        $this->attach(new Manufacturer('SUE', 'BOSMAL', '', '', 'BOSMAL', 'Poland'));
668 7
        $this->attach(new Manufacturer('SUF', 'Fiat', '', '', 'Fabryka Samochodów Małolitrażowych', 'Poland'));
669 7
        $this->attach(new Manufacturer('SUJ', 'Jelcz', '', '', 'Jelcz', 'Poland'));
670 7
        $this->attach(new Manufacturer('SUL', 'Honker', '', '', 'FSC Lublin Automotive Factory', 'Poland'));
671 7
        $this->attach(new Manufacturer('SUM', '', '', '', 'Metal-Fach Sp. z o.o.', 'Poland'));
672 7
        $this->attach(new Manufacturer('SUN', 'FSD', '', '', 'FSD', 'Poland'));
673 7
        $this->attach(new Manufacturer('SUP', 'Daewoo', '', '', 'Fabryka Samochodow Osobowych', 'Poland'));
674 7
        $this->attach(new Manufacturer('SUR', 'Polmo', '', '', 'Factory of Agricultural Vehicles ‘Polmo’ in Poznań', 'Poland'));
675 7
        $this->attach(new Manufacturer('SUS', 'Star', '', '', 'Fabryka Samochodów Ciężarowych „Star”', 'Poland'));
676 7
        $this->attach(new Manufacturer('SUU', 'Solaris', '', '', 'Solaris Bus & Coach', 'Poland'));
677 7
        $this->attach(new Manufacturer('SUZ', 'Zasław', '', '', 'Zasław', 'Poland'));
678 7
        $this->attach(new Manufacturer('SW9', 'Solbus', '', '', 'Solbus', 'Poland'));
679 7
        $this->attach(new Manufacturer('SX9', 'SOMMER', '', '', 'SOMMER', 'Poland'));
680 7
        $this->attach(new Manufacturer('SZ9', 'EPOKA', '', '', 'EPOKA', 'Poland'));
681 7
        $this->attach(new Manufacturer('SZA', 'Scania', '', '', 'Scania Production Slupsk', 'Poland'));
682 7
        $this->attach(new Manufacturer('SZB', 'Pronar', '', '', 'Pronar', 'Poland'));
683 7
        $this->attach(new Manufacturer('SZH', 'BWW', '', '', 'BWW', 'Poland'));
684 7
        $this->attach(new Manufacturer('SZR', 'BORO', '', '', 'BORO', 'Poland'));
685 7
        $this->attach(new Manufacturer('TAM', 'Mowag', '', '', 'Mowag', 'Switzerland'));
686 7
        $this->attach(new Manufacturer('TAP', 'Polaris', '', '', 'Polaris Europe (based in Switzerland)', 'Switzerland'));
687 7
        $this->attach(new Manufacturer('TCC', '', '', '', 'Micro Compact Car AG', 'Switzerland', 1998, 1999));
688 7
        $this->attach(new Manufacturer('TEB', '', '', '', 'Bucher Municipal', 'Switzerland', null, null, 'including Johnston Sweepers of the UK (owned by Bucher Municipal of Switzerland)'));
689 7
        $this->attach(new Manufacturer('TDM', 'QUANTYA', '', '', 'QUANTYA Swiss Electric Movement', 'Switzerland'));
690 7
        $this->attach(new Manufacturer('TK9', 'SOR', '', '', 'SOR Libchavy', 'Czech Republic'));
691 7
        $this->attach(new Manufacturer('TLJ', 'Jawa', '', '', 'Jawa Moto', 'Czech Republic'));
692 7
        $this->attach(new Manufacturer('TM9', 'Škoda', 'trolleybus', '', 'Škoda', 'Czech Republic'));
693 7
        $this->attach(new Manufacturer('TMA', 'Hyundai', '', '', 'Hyundai Motor Manufacturing Czech', 'Czech Republic'));
694 7
        $this->attach(new Manufacturer('TMB', 'Škoda', '', '', 'Škoda Auto', 'Czech Republic'));
695 7
        $this->attach(new Manufacturer('TMC', 'Hyundai', '', '', 'Hyundai Motor Manufacturing Czech', 'Czech Republic'));
696 7
        $this->attach(new Manufacturer('TMK', 'Karosa', '', '', 'Karosa', 'Czech Republic'));
697 7
        $this->attach(new Manufacturer('TMP', 'Škoda', 'trolleybus', '', 'Škoda Ostrov', 'Czech Republic'));
698 7
        $this->attach(new Manufacturer('TMT', 'Tatra', 'car', '', '', 'Czech Republic'));
699 7
        $this->attach(new Manufacturer('TNA', 'Avia', '', '', 'Avia/Daewoo Avia', 'Czech Republic'));
700 7
        $this->attach(new Manufacturer('TN9', 'Karosa', '', '', 'Karosa', 'Czech Republic'));
701 7
        $this->attach(new Manufacturer('TNE', 'TAZ', '', '', 'TAZ Trenčín', 'Slovakia'));
702 7
        $this->attach(new Manufacturer('TNT', 'Tatra', '', '', 'Tatra trucks', 'Czech Republic'));
703 7
        $this->attach(new Manufacturer('TNU', 'Tatra', '', '', 'Tatra trucks', 'Czech Republic'));
704 7
        $this->attach(new Manufacturer('TRA', 'Ikarus', '', '', 'Ikarus Bus', 'Hungary'));
705 7
        $this->attach(new Manufacturer('TRU', 'Audi', '', '', 'Audi', 'Hungary'));
706 7
        $this->attach(new Manufacturer('TSE', 'Ikarus', '', '', 'Ikarus Egyedi Autobuszgyar', 'Hungary'));
707 7
        $this->attach(new Manufacturer('TSM', 'Suzuki', '', '', 'Suzuki', 'Hungary'));
708 7
        $this->attach(new Manufacturer('TW1', 'Toyota', '', '', 'Toyota Caetano Portugal', 'Portugal'));
709 7
        $this->attach(new Manufacturer('TW3', 'Renault', '', '', 'Renault Portuguesa SARL', 'Portugal'));
710 7
        $this->attach(new Manufacturer('TW7', 'Mini', '', 'Moke', 'British Leyland & Austin Rover', 'Portugal'));
711 7
        $this->attach(new Manufacturer('TW8', 'GM', '', '', 'General Motors De Portugal Lda', 'Portugal'));
712 7
        $this->attach(new Manufacturer('TWG', 'Salvador Caetano', '', '', 'Salvador Caetano', 'Portugal'));
713 7
        $this->attach(new Manufacturer('TX5', 'Mini', '', 'Moke', 'Cagiva', 'Portugal'));
714 7
        $this->attach(new Manufacturer('TYA', 'Mitsubishi Fuso', '', '', 'Mitsubishi Fuso Truck and Bus Corp.', 'Portugal'));
715 7
        $this->attach(new Manufacturer('TYB', 'Mitsubishi Fuso', '', '', 'Mitsubishi Fuso Truck and Bus Corp.', 'Portugal'));
716 7
        $this->attach(new Manufacturer('U5Y', 'Kia', 'car', '', 'Kia Motors Slovakia', 'Slovakia'));
717 7
        $this->attach(new Manufacturer('U6Y', 'Kia', 'SUV', '', 'Kia Motors Slovakia', 'Slovakia'));
718 7
        $this->attach(new Manufacturer('UKH', 'HARDI', 'Agricultural Machinery', '', 'HARDI International A/S', 'Denmark'));
719 7
        $this->attach(new Manufacturer('ULA', 'ASA-LIFT', 'Agricultural Machinery', '', 'ASA-LIFT: Vegetable Technology Specialist', 'Denmark'));
720 7
        $this->attach(new Manufacturer('UU1', 'Dacia', '', '', 'Renault Dacia', 'Romania'));
721 7
        $this->attach(new Manufacturer('UU2', 'Oltcit', '', '', 'Oltcit', 'Romania'));
722 7
        $this->attach(new Manufacturer('UU3', 'ARO', '', '', 'ARO', 'Romania'));
723 7
        $this->attach(new Manufacturer('UU5', 'Rocar', '', '', 'Rocar', 'Romania'));
724 7
        $this->attach(new Manufacturer('UU6', 'Daewoo', '', '', 'Daewoo Romania', 'Romania'));
725 7
        $this->attach(new Manufacturer('UU7', 'Euro Bus', '', '', 'Euro Bus Diamond', 'Romania'));
726 7
        $this->attach(new Manufacturer('UU9', 'Astra Bus', '', '', 'Astra Bus', 'Romania'));
727 7
        $this->attach(new Manufacturer('UZT', 'UTB', '', '', 'UTB (Uzina de Tractoare Brașov)', 'Romania'));
728 7
        $this->attach(new Manufacturer('VA0', 'ÖAF', '', '', 'ÖAF', 'Austria'));
729 7
        $this->attach(new Manufacturer('VAG', 'Puch', '', 'G', 'Steyr-Daimler-Puch', 'Austria'));
730 7
        $this->attach(new Manufacturer('VAG', 'Pinzgauer', '', '', 'Steyr-Puch', 'Austria'));
731 7
        $this->attach(new Manufacturer('VAN', 'Steyr Trucks', '', '', 'Steyr-Daimler-Puch', 'Austria'));
732 7
        $this->attach(new Manufacturer('VAK', '', '', '', 'Kässbohrer Transport Technik', 'Austria'));
733 7
        $this->attach(new Manufacturer('VBK', 'KTM', 'motorcycle', '', 'KTM', 'Austria'));
734 7
        $this->attach(new Manufacturer('VCF', 'Fisker Inc.', '', '', 'Magna Steyr', 'Austria', null, null, '(Fisker Ocean)'));
735 7
        $this->attach(new Manufacturer('VFA', 'Alpine', '', '', 'Alpine', 'France'));
736 7
        $this->attach(new Manufacturer('VF1', 'Renault', '', '', 'Renault', 'France'));
737 7
        $this->attach(new Manufacturer('VF2', 'Renault', '', '', 'Renault Trucks', 'France'));
738 7
        $this->attach(new Manufacturer('VF3', 'Peugeot', '', '', 'Peugeot', 'France'));
739 7
        $this->attach(new Manufacturer('VF4', 'Talbot', '', '', 'Talbot', 'France'));
740 7
        $this->attach(new Manufacturer('VF5', 'Iveco', '', '', 'Iveco Unic', 'France'));
741 7
        $this->attach(new Manufacturer('VF6', 'Renault', '', '', 'Renault (Trucks & Buses)', 'France'));
742 7
        $this->attach(new Manufacturer('VF7', 'Citroën', '', '', 'Citroën', 'France'));
743 7
        $this->attach(new Manufacturer('VF8', 'Matra', '', '', 'Matra', 'France'));
744 7
        $this->attach(new Manufacturer('VF9', 'Fayat', '', '', 'Mathieu Fayat Group', 'France'));
745 7
        $this->attach(new Manufacturer('VF9', 'Venturi', '', '', 'Venturi Automobiles', 'France'));
746 7
        $this->attach(new Manufacturer('VF9', 'Bugatti', '', '', 'Bugatti Automobiles S.A.S.', 'France'));
747 7
        $this->attach(new Manufacturer('VGA', 'Peugeot', '', '', 'Peugeot Motocycles', 'France'));
748 7
        $this->attach(new Manufacturer('VG5', 'MBK', 'motorcycles', '', 'MBK', 'France'));
749 7
        $this->attach(new Manufacturer('VG5', 'Yamaha', 'motorcycles', '', 'Yamaha Motor', 'France'));
750 7
        $this->attach(new Manufacturer('VG6', 'Renault', '', '', 'Renault Trucks', 'France', null, null, 'medium duty trucks'));
751 7
        $this->attach(new Manufacturer('VG6', 'Mack', '', '', 'Renault Trucks', 'France', null, null, 'medium duty trucks'));
752 7
        $this->attach(new Manufacturer('VG7', 'Renault', '', '', 'Renault Trucks', 'France'));
753 7
        $this->attach(new Manufacturer('VG8', 'Renault', '', '', 'Renault Trucks', 'France'));
754 7
        $this->attach(new Manufacturer('VG9', 'EVRARD', '', '', 'EVRARD', 'France', null, null, 'Agricultural Machinery'));
755 7
        $this->attach(new Manufacturer('VJ1', 'Heuliez', '', '', 'Heuliez Bus', 'France'));
756 7
        $this->attach(new Manufacturer('VK8', 'Venturi', '', '', 'Venturi Automobiles', 'France'));
757 7
        $this->attach(new Manufacturer('VL4', 'Bluecar', '', '', 'Bluecar', 'France'));
758 7
        $this->attach(new Manufacturer('VLU', 'Scania', '', '', 'Scania Production Angers', 'France'));
759 7
        $this->attach(new Manufacturer('VMK', 'Renault', '', 'Spider', 'Renault Sport', 'France'));
760 7
        $this->attach(new Manufacturer('VN1', 'SOVAB', '', '', 'SOVAB', 'France'));
761 7
        $this->attach(new Manufacturer('VNE', 'Iveco', '', '', 'Iveco Bus / Irisbus', 'France'));
762 7
        $this->attach(new Manufacturer('VNK', 'Toyota', '', '', 'Toyota Motor Manufacturing France', 'France'));
763 7
        $this->attach(new Manufacturer('VNV', 'Nissan', '', '', 'Nissan', 'France'));
764 7
        $this->attach(new Manufacturer('VPS', 'MLT', '', '', 'MLT Automotive', 'France'));
765 7
        $this->attach(new Manufacturer('VR1', 'DS Automobiles', '', '', 'DS Automobiles', 'France'));
766 7
        $this->attach(new Manufacturer('VR3', 'Peugeot', '', '', 'Peugeot', 'France'));
767 7
        $this->attach(new Manufacturer('VR7', 'Citroën', '', '', 'Citroën', 'France'));
768 7
        $this->attach(new Manufacturer('VS1', 'Pegaso', '', '', 'Pegaso', 'Spain'));
769 7
        $this->attach(new Manufacturer('VS5', 'Renault', '', '', 'Renault España', 'Spain'));
770 7
        $this->attach(new Manufacturer('VS6', 'Ford', '', '', 'Ford Espana', 'Spain'));
771 7
        $this->attach(new Manufacturer('VS7', 'Citroën', '', '', 'Citroën', 'Spain'));
772 7
        $this->attach(new Manufacturer('VS8', 'Peugeot', '', '', 'Peugeot', 'Spain'));
773 7
        $this->attach(new Manufacturer('VS9', 'Carrocerias Ayats', '', '', 'Carrocerias Ayats', 'Spain'));
774 7
        $this->attach(new Manufacturer('VSA', 'Mercedes-Benz', '', '', 'Mercedes-Benz Espana SA', 'Spain'));
775 7
        $this->attach(new Manufacturer('VSC', 'Mercedes-Benz', '', 'Vitoria', 'Mercedes-Benz Espana SA', 'Spain'));
776 7
        $this->attach(new Manufacturer('VSE', 'Santana', '', '', 'Santana Motor', 'Spain'));
777 7
        $this->attach(new Manufacturer('VSK', 'Nissan', 'car/MPV/van/SUV/pickup', '', 'Nissan Motor Iberica SA', 'Spain'));
778 7
        $this->attach(new Manufacturer('VSK', 'Nissan', 'car/MPV/van/SUV/pickup', '', 'Nissan passenger', 'Spain'));
779 7
        $this->attach(new Manufacturer('VSK', 'Ford', '', 'Maverick', '', 'Spain', 1993, 1999));
780 7
        $this->attach(new Manufacturer('VSS', 'Seat', '', '', 'Seat', 'Spain'));
781 7
        $this->attach(new Manufacturer('VSX', 'Opel', '', '', 'Opel Automobile Espana, SA', 'Spain'));
782 7
        $this->attach(new Manufacturer('VTD', 'Honda', 'motorcycle', '', 'Montesa Honda', 'Spain'));
783 7
        $this->attach(new Manufacturer('VTH', 'Derbi', 'motorcycle', '', 'Derbi', 'Spain'));
784 7
        $this->attach(new Manufacturer('VTL', 'Yamaha', '', '', 'Yamaha Motor España SA', 'Spain'));
785 7
        $this->attach(new Manufacturer('VTL', 'Yamaha', '', '', 'Yamaha Sociedad Española de Motocicletas', 'Spain'));
786 7
        $this->attach(new Manufacturer('VTM', 'Honda', 'motorcycle', '', 'Montesa Honda', 'Spain'));
787 7
        $this->attach(new Manufacturer('VTR', 'Gas Gas', '', '', 'Gas Gas', 'Spain'));
788 7
        $this->attach(new Manufacturer('VTT', 'Suzuki', 'motorcycle', '', 'Suzuki Motor España', 'Spain'));
789 7
        $this->attach(new Manufacturer('VV9', 'Tauro Sport Auto', '', '', 'Tauro Sport Auto', 'Spain'));
790 7
        $this->attach(new Manufacturer('VWA', 'Nissan', '', '', 'Nissan Vehiculos Industriales SA', 'Spain'));
791 7
        $this->attach(new Manufacturer('VWV', 'Volkswagen', '', '', 'Volkswagen', 'Spain'));
792 7
        $this->attach(new Manufacturer('VXE', 'Opel', 'van', '', 'Opel Automobile GmbH/Vauxhall', 'Spain'));
793 7
        $this->attach(new Manufacturer('VXK', 'Opel', 'car/SUV', '', 'Opel Automobile GmbH/Vauxhall', 'Spain'));
794 7
        $this->attach(new Manufacturer('VX1', 'Zastava', '', '', 'Zastava / Yugo Serbia', 'Yugoslavia'));
795 7
        $this->attach(new Manufacturer('VYC', 'Lancia', '', '', 'Lancia', 'France', null, null, 'models on PSA CMP platform'));
796 7
        $this->attach(new Manufacturer('V31', 'TAZ', '', '', 'Tvornica Autobusa Zagreb', 'Croatia'));
797 7
        $this->attach(new Manufacturer('V39', 'Rimac', '', '', 'Rimac Automobili', 'Croatia'));
798 7
        $this->attach(new Manufacturer('WAC', 'Audi', '', 'RS 2 Avant', 'Audi/Porsche', 'Germany'));
799 7
        $this->attach(new Manufacturer('WAG', 'Neoplan', '', '', 'Neoplan', 'Germany'));
800 7
        $this->attach(new Manufacturer('WAP', 'Alpina', '', '', 'Alpina', 'Germany'));
801 7
        $this->attach(new Manufacturer('WAU', 'Audi', '', '', 'Audi', 'Germany'));
802 7
        $this->attach(new Manufacturer('WA1', 'Audi', 'SUV', '', 'Audi', 'Germany'));
803 7
        $this->attach(new Manufacturer('WBA', 'BMW', 'car', '', 'BMW', 'Germany'));
804 7
        $this->attach(new Manufacturer('WBS', 'BMW', 'car', 'M', 'BMW', 'Germany'));
805 7
        $this->attach(new Manufacturer('WBX', 'BMW', 'SUV', '', 'BMW', 'Germany'));
806 7
        $this->attach(new Manufacturer('WBY', 'BMW', 'car', 'i', 'BMW', 'Germany'));
807 7
        $this->attach(new Manufacturer('WB1', 'BMW Motorrad', 'Motorcycle', '', 'BMW Motorrad', 'Germany'));
808 7
        $this->attach(new Manufacturer('WB3', 'BMW Motorrad', 'Motorcycles', '', 'BMW Motorrad', 'Germany', null, null, 'made in India'));
809 7
        $this->attach(new Manufacturer('WB4', 'BMW Motorrad', 'Motorscooters', '', 'BMW Motorrad', 'Germany', null, null, 'made in China'));
810 7
        $this->attach(new Manufacturer('WB5', 'BMW', 'SUV', 'i', 'BMW', 'Germany'));
811 7
        $this->attach(new Manufacturer('WB6', 'BMW', 'SUV', 'M', 'BMW', 'Germany'));
812 7
        $this->attach(new Manufacturer('WCD', 'Freightliner', 'bus', '', 'Freightliner Sprinter', 'Germany', 2008, 2019));
813 7
        $this->attach(new Manufacturer('WD0', 'Dodge', 'truck', '', 'Dodge Sprinter', 'Germany', 2005, 2009));
814 7
        $this->attach(new Manufacturer('WD1', 'Freightliner', '', 'Sprinter', 'Freightliner Sprinter', 'Germany', 2002, 2002));
815 7
        $this->attach(new Manufacturer('WD1', 'Dodge', 'incomplete', 'Sprinter', 'Freightliner Sprinter', 'Germany', 2003, 2005));
816 7
        $this->attach(new Manufacturer('WD1', 'Freightliner', 'incomplete', 'Sprinter', 'Freightliner Sprinter', 'Germany', 2003, 2005));
817 7
        $this->attach(new Manufacturer('WD2', 'Freightliner', 'truck', 'Sprinter', 'Freightliner Sprinter', 'Germany', 2002, 2002));
818 7
        $this->attach(new Manufacturer('WD2', 'Dodge', 'truck', 'Sprinter', 'Freightliner Sprinter', 'Germany', 2003, 2005));
819 7
        $this->attach(new Manufacturer('WD2', 'Freightliner', 'truck', 'Sprinter', 'Freightliner Sprinter', 'Germany', 2003, 2005));
820 7
        $this->attach(new Manufacturer('WD3', 'Mercedes-Benz', 'truck', '', 'Mercedes-Benz', 'Germany', null, null, 'North America'));
821 7
        $this->attach(new Manufacturer('WD4', 'Mercedes-Benz', 'MPV', '', 'Mercedes-Benz', 'Germany', null, null, 'North America'));
822 7
        $this->attach(new Manufacturer('WD5', 'Freightliner', 'MPV', 'Sprinter', '', 'Germany', 2002, 2002));
823 7
        $this->attach(new Manufacturer('WD5', 'Dodge', 'MPV', 'Sprinter', '', 'Germany', 2003, 2005));
824 7
        $this->attach(new Manufacturer('WD5', 'Freightliner', 'MPV', 'Sprinter', '', 'Germany', 2003, 2005));
825 7
        $this->attach(new Manufacturer('WD6', 'Unimog', 'truck', '', 'Freightliner Unimog', 'Germany'));
826 7
        $this->attach(new Manufacturer('WD7', 'Unimog', 'incomplete', '', 'Freightliner Unimog', 'Germany'));
827 7
        $this->attach(new Manufacturer('WD8', 'Dodge', 'MPV', 'Sprinter', '', 'Germany', 2005, 2009));
828 7
        $this->attach(new Manufacturer('WDA', 'Mercedes-Benz', 'incomplete', '', 'Mercedes-Benz', 'Germany', null, null, 'North America'));
829 7
        $this->attach(new Manufacturer('WDB', 'Maybach', '', '', 'Maybach', 'Germany'));
830 7
        $this->attach(new Manufacturer('WDB', 'Mercedes-Benz', '', '', 'Mercedes-Benz', 'Germany'));
831 7
        $this->attach(new Manufacturer('WDC', 'Mercedes-Benz', 'SUV', '', 'Mercedes-Benz', 'Germany'));
832 7
        $this->attach(new Manufacturer('WDD', 'Mercedes-Benz', 'car', '', 'Mercedes-Benz', 'Germany'));
833 7
        $this->attach(new Manufacturer('WDF', 'Mercedes-Benz', 'van', '', 'Mercedes-Benz', 'Germany', null, null, 'commercial vehicles'));
834 7
        $this->attach(new Manufacturer('WDP', 'Freightliner', 'incomplete vehicle', 'Sprinter', '', 'Germany', 2005, 2019));
835 7
        $this->attach(new Manufacturer('WDR', 'Freightliner', 'MPV', 'Sprinter', '', 'Germany', 2005, 2019));
836 7
        $this->attach(new Manufacturer('WDW', 'Dodge', 'bus', 'Sprinter', '', 'Germany', 2008, 2009));
837 7
        $this->attach(new Manufacturer('WDX', 'Dodge', 'incomplete vehicle', 'Sprinter', '', 'Germany', 2005, 2009));
838 7
        $this->attach(new Manufacturer('WDY', 'Freightliner', 'truck', 'Sprinter', '', 'Germany', 2005, 2019));
839 7
        $this->attach(new Manufacturer('WDZ', 'Mercedes-Benz', 'bus', '', 'Mercedes-Benz', 'Germany', null, null, 'North America'));
840 7
        $this->attach(new Manufacturer('WEB', 'Evobus', '', '', 'EvoBus Mercedes-Benz buses', 'Germany'));
841 7
        $this->attach(new Manufacturer('WEL', 'e.GO Mobile', '', '', 'e.GO Mobile AG', 'Germany'));
842 7
        $this->attach(new Manufacturer('WF0', 'Ford', '', '', 'Ford of Europe', 'Germany'));
843 7
        $this->attach(new Manufacturer('WF1', 'Merkur', '', '', 'Merkur', 'Germany'));
844 7
        $this->attach(new Manufacturer('WJM', 'Iveco', '', '', 'Iveco Magirus', 'Germany'));
845 7
        $this->attach(new Manufacturer('WJR', 'Irmscher', '', '', 'Irmscher', 'Germany'));
846 7
        $this->attach(new Manufacturer('WKE', 'Krone', '', '', 'Krone Trailer', 'Germany'));
847 7
        $this->attach(new Manufacturer('WKK', '', '', '', 'Karl Kässbohrer Fahrzeugwerke', 'Germany'));
848 7
        $this->attach(new Manufacturer('WKK', 'Setra', '', '', 'Setra', 'Germany'));
849 7
        $this->attach(new Manufacturer('WMA', 'MAN', '', '', 'MAN', 'Germany'));
850 7
        $this->attach(new Manufacturer('WME', 'Smart', '', '', 'Smart', 'Germany', 1999));
851 7
        $this->attach(new Manufacturer('WMW', 'Mini', 'car', '', 'Mini', 'Germany'));
852 7
        $this->attach(new Manufacturer('WMX', 'AMG', '', '', 'Mercedes-AMG', 'Germany'));
853 7
        $this->attach(new Manufacturer('WMZ', 'Mini', 'SUV', '', 'Mini', 'Germany'));
854 7
        $this->attach(new Manufacturer('WNA', 'Next.e.GO', '', '', 'Next.e.GO Mobile SE', 'Germany'));
855 7
        $this->attach(new Manufacturer('WP0', 'Porsche', 'car', '', 'Porsche', 'Germany'));
856 7
        $this->attach(new Manufacturer('WP1', 'Porsche', 'SUV', '', 'Porsche', 'Germany'));
857 7
        $this->attach(new Manufacturer('WS5', 'StreetScooter', '', '', 'B-ON GmbH', 'Germany'));
858 7
        $this->attach(new Manufacturer('WSM', 'Schmitz Cargobull', '', '', 'Schmitz Cargobull', 'Germany'));
859 7
        $this->attach(new Manufacturer('WUA', 'Audi', 'car', '', 'Audi Sport GmbH', 'Germany'));
860 7
        $this->attach(new Manufacturer('WUA', 'Audi', 'car', '', 'Quattro GmbH', 'Germany'));
861 7
        $this->attach(new Manufacturer('WU1', 'Audi', 'SUV', '', 'Audi Sport GmbH', 'Germany'));
862 7
        $this->attach(new Manufacturer('WVG', 'Volkswagen', 'MPV/SUV', '', 'Volkswagen', 'Germany'));
863 7
        $this->attach(new Manufacturer('WVM', 'MAN', '', '', 'Arbeitsgemeinschaft VW-MAN', 'Germany'));
864 7
        $this->attach(new Manufacturer('WVP', 'Viseon', '', '', 'Viseon Bus', 'Germany'));
865 7
        $this->attach(new Manufacturer('WVW', 'Volkswagen', '', '', 'Volkswagen', 'Germany'));
866 7
        $this->attach(new Manufacturer('WV1', 'Volkswagen', '', '', 'Volkswagen', 'Germany', null, null, 'Commercial Vehicles'));
867 7
        $this->attach(new Manufacturer('WV2', 'Volkswagen', 'Bus/Van', '', 'Volkswagen', 'Germany'));
868 7
        $this->attach(new Manufacturer('WV3', 'Volkswagen', 'Trucks', '', 'Volkswagen', 'Germany'));
869 7
        $this->attach(new Manufacturer('WZ1', 'Toyota', '', 'Supra Fifth generation', 'Toyota', 'Germany'));
870 7
        $this->attach(new Manufacturer('W04', 'Buick', '', 'Regal', '', 'Germany'));
871 7
        $this->attach(new Manufacturer('W04', 'Buick', '', 'Cascada', '', 'Germany'));
872 7
        $this->attach(new Manufacturer('W06', 'Cadillac', '', 'Catera', '', 'Germany'));
873 7
        $this->attach(new Manufacturer('W08', 'Saturn', '', 'Astra', '', 'Germany'));
874 7
        $this->attach(new Manufacturer('W09', 'Bitter Cars', '', '', '', 'Germany'));
875 7
        $this->attach(new Manufacturer('W09', 'Brabus', '', '', '', 'Germany'));
876 7
        $this->attach(new Manufacturer('W09', 'Drögmöller', '', '', '', 'Germany'));
877 7
        $this->attach(new Manufacturer('W09', 'HWA AG', '', '', '', 'Germany'));
878 7
        $this->attach(new Manufacturer('W09', 'Ruf Automobile', '', '', '', 'Germany'));
879 7
        $this->attach(new Manufacturer('W0L', 'Opel', '', '', 'Adam Opel AG/Vauxhall', 'Germany'));
880 7
        $this->attach(new Manufacturer('W0L', 'Holden', '', '', 'Holden', 'Germany'));
881 7
        $this->attach(new Manufacturer('W0S', 'Opel', 'Special Vehicles', '', 'Opel', 'Germany'));
882 7
        $this->attach(new Manufacturer('W0V', 'Opel', '', '', 'Opel Automobile Gmbh/Vauxhall', 'Germany'));
883 7
        $this->attach(new Manufacturer('W0V', 'Holden', '', '', 'Holden', 'Germany'));
884 7
        $this->attach(new Manufacturer('W1A', 'Smart', '', '', 'Smart', 'Germany'));
885 7
        $this->attach(new Manufacturer('W1H', 'Freightliner', '', 'Econic', '', 'Germany'));
886 7
        $this->attach(new Manufacturer('W1K', 'Mercedes-Benz', 'car', '', 'Mercedes-Benz', 'Germany'));
887 7
        $this->attach(new Manufacturer('W1N', 'Mercedes-Benz', 'SUV', '', 'Mercedes-Benz', 'Germany'));
888 7
        $this->attach(new Manufacturer('W1T', 'Mercedes-Benz', 'truck', '', 'Mercedes-Benz', 'Germany'));
889 7
        $this->attach(new Manufacturer('W1V', 'Mercedes-Benz', 'van', '', 'Mercedes-Benz', 'Germany'));
890 7
        $this->attach(new Manufacturer('W1W', 'Mercedes-Benz', 'MPV', '', 'Mercedes-Benz', 'Germany', null, null, 'North America'));
891 7
        $this->attach(new Manufacturer('W1X', 'Mercedes-Benz', 'incomplete vehicle', '', 'Mercedes-Benz', 'Germany', null, null, 'North America'));
892 7
        $this->attach(new Manufacturer('W1Y', 'Mercedes-Benz', 'truck', '', 'Mercedes-Benz', 'Germany', null, null, 'North America'));
893 7
        $this->attach(new Manufacturer('W1Z', 'Mercedes-Benz', 'bus', '', 'Mercedes-Benz', 'Germany', null, null, 'North America'));
894 7
        $this->attach(new Manufacturer('W2W', 'Freightliner', 'MPV', 'Sprinter', '', 'Germany'));
895 7
        $this->attach(new Manufacturer('W2X', 'Freightliner', 'incomplete', 'Sprinter', '', 'Germany'));
896 7
        $this->attach(new Manufacturer('W2Y', 'Freightliner', 'truck', 'Sprinter', '', 'Germany'));
897 7
        $this->attach(new Manufacturer('W2Z', 'Freightliner', 'bus', 'Sprinter', '', 'Germany'));
898 7
        $this->attach(new Manufacturer('XBB', 'Great Wall', '', '', 'Great Wall Motors/Litex Motors AD', 'Bulgaria'));
899 7
        $this->attach(new Manufacturer('XL9', 'Bova', '', '', 'Autobusfabriek Bova BV', 'Netherlands'));
900 7
        $this->attach(new Manufacturer('XL9', 'Bova', '', '', 'VDL Bova', 'Netherlands'));
901 7
        $this->attach(new Manufacturer('XL9', 'Spyker', '', '', 'Spyker Cars', 'Netherlands'));
902 7
        $this->attach(new Manufacturer('XL9', '', '', '', 'Groenewold Carrosseriefabriek B.V.', 'Netherlands'));
903 7
        $this->attach(new Manufacturer('XLB', 'VDL Nedkar', '', '', 'Volvo Car B.V./NedCar B.V.', 'Netherlands', null, null, 'Volvo Cars'));
904 7
        $this->attach(new Manufacturer('XLE', 'Scania', '', '', 'Scania Nederland B.V.', 'Netherlands'));
905 7
        $this->attach(new Manufacturer('XLR', 'DAF Trucks', '', '', 'DAF Trucks', 'Netherlands'));
906 7
        $this->attach(new Manufacturer('XLR', 'Leyland DAF', '', '', 'Leyland DAF', 'Netherlands'));
907 7
        $this->attach(new Manufacturer('XLV', 'DAF', '', '', 'DAF Bus', 'Netherlands'));
908 7
        $this->attach(new Manufacturer('XMC', 'VDL Nedkar', '', '', 'NedCar B.V. Mitsubishi Motors', 'Netherlands'));
909 7
        $this->attach(new Manufacturer('XMG', 'VDL Nedkar', '', '', 'VDL Bus International', 'Netherlands'));
910 7
        $this->attach(new Manufacturer('XNC', 'VDL Nedkar', '', '', 'NedCar B.V. Mitsubishi Motors', 'Netherlands', null, null, 'Colt CZC convertible'));
911 7
        $this->attach(new Manufacturer('XNL', 'VDL', '', '', 'VDL Bus & Coach', 'Netherlands'));
912 7
        $this->attach(new Manufacturer('XNT', 'Pacton', '', '', 'Pacton Trailer', 'Netherlands'));
913 7
        $this->attach(new Manufacturer('XP7', 'Tesla', '', '', 'Tesla Europe', 'Netherlands', null, null, 'based in the Netherlands'));
914 7
        $this->attach(new Manufacturer('XTA', 'Lada', '', '', 'Lada/AutoVaz', 'Russia'));
915 7
        $this->attach(new Manufacturer('XTB', 'AZLK', '', '', 'AZLK', 'Russia'));
916 7
        $this->attach(new Manufacturer('XTC', 'KAMAZ', '', '', 'KAMAZ', 'Russia'));
917 7
        $this->attach(new Manufacturer('XTF', 'GolAZ', '', '', 'GolAZ', 'Russia'));
918 7
        $this->attach(new Manufacturer('XTH', 'GAZ', '', '', 'GAZ', 'Russia'));
919 7
        $this->attach(new Manufacturer('XTT', 'UAZ', '', '', 'UAZ/Sollers', 'Russia'));
920 7
        $this->attach(new Manufacturer('XTY', 'LiAZ', '', '', 'LiAZ', 'Russia'));
921 7
        $this->attach(new Manufacturer('XUF', 'GM', '', '', 'General Motors Russia', 'Russia'));
922 7
        $this->attach(new Manufacturer('XUU', 'AvtoTor', '', '', 'AvtoTor (Russia, General Motors SKD)', 'Russia'));
923 7
        $this->attach(new Manufacturer('XU1', 'UAZ', 'Special Purpose Vehicles', '', 'UAZ', 'Russia'));
924 7
        $this->attach(new Manufacturer('XWB', 'Daewoo', '', '', 'UZ-Daewoo', 'Uzbekistan'));
925 7
        $this->attach(new Manufacturer('XWE', 'AvtoTor', '', '', 'AvtoTor (Russia, Hyundai-Kia SKD)', 'Uzbekistan'));
926 7
        $this->attach(new Manufacturer('XW7', 'Toyota', '', '', 'Toyota Motor Manufacturing Russia', 'Russia'));
927 7
        $this->attach(new Manufacturer('XW8', 'Volkswagen', '', '', 'Volkswagen Group Russia', 'Russia'));
928 7
        $this->attach(new Manufacturer('X1E', 'KAvZ', '', '', 'KAvZ', 'Russia'));
929 7
        $this->attach(new Manufacturer('X1M', 'PAZ', '', '', 'PAZ', 'Russia'));
930 7
        $this->attach(new Manufacturer('X4X', 'AvtoTor', '', '', 'AvtoTor (Russia, BMW SKD)', 'Russia'));
931 7
        $this->attach(new Manufacturer('X7L', 'Renault', '', '', 'Renault AvtoFramos', 'Russia'));
932 7
        $this->attach(new Manufacturer('X7M', 'Hyundai', '', '', 'Hyundai TagAZ', 'Russia'));
933 7
        $this->attach(new Manufacturer('X8J', 'Ural', 'motorcycles', '', 'IMZ-Ural', 'Russia'));
934 7
        $this->attach(new Manufacturer('X9F', 'Ford', '', '', 'Ford Motor Company ZAO', 'Russia'));
935 7
        $this->attach(new Manufacturer('X9L', 'GM', '', '', 'GM-AvtoVAZ', 'Russia'));
936 7
        $this->attach(new Manufacturer('X9P', 'Volvo', 'Trucks', '', 'Volvo Vostok ZAO', 'Russia'));
937 7
        $this->attach(new Manufacturer('X9X', 'GWM', '', '', 'Great Wall Motors IMS Avtotrade-12 LLC', 'Russia'));
938 7
        $this->attach(new Manufacturer('X96', 'GAZ', '', '', 'GAZ', 'Russia'));
939 7
        $this->attach(new Manufacturer('Y6D', 'Zaporozhets', '', '', 'AvtoZAZ', 'Ukraine'));
940 7
        $this->attach(new Manufacturer('Y6J', 'Bogdan', '', '', 'Bogdan group', 'Ukraine'));
941 7
        $this->attach(new Manufacturer('Y6U', 'Škoda', '', '', 'Eurocar - Škoda Auto', 'Ukraine'));
942 7
        $this->attach(new Manufacturer('Y7B', 'Bogdan', '', '', 'Bogdan group', 'Ukraine'));
943 7
        $this->attach(new Manufacturer('Y7C', 'Great Wall', '', '', 'Great Wall Motors KrASZ', 'Ukraine'));
944 7
        $this->attach(new Manufacturer('YAR', 'Toyota', '', 'ProAce', 'Toyota Motor Europe', 'Belgium'));
945 7
        $this->attach(new Manufacturer('YAR', 'Toyota', '', 'ProAce City', 'Toyota Motor Europe', 'Belgium'));
946 7
        $this->attach(new Manufacturer('YBW', 'Volkswagen', '', '', 'Volkswagen', 'Belgium'));
947 7
        $this->attach(new Manufacturer('YB3', 'Volvo', '', '', 'Volvo Trucks', 'Belgium'));
948 7
        $this->attach(new Manufacturer('YB6', 'Jonckheere', '', '', 'Jonckheere', 'Belgium'));
949 7
        $this->attach(new Manufacturer('YCM', 'Mazda', '', '', 'Mazda', 'Belgium'));
950 7
        $this->attach(new Manufacturer('YC1', 'Honda', '', '', 'Honda', 'Belgium'));
951 7
        $this->attach(new Manufacturer('YE2', 'Van Hool', 'bus', '', 'Van Hool', 'Belgium'));
952 7
        $this->attach(new Manufacturer('YH2', 'Lynx', 'snowmobile', '', 'Lynx', 'Finland'));
953 7
        $this->attach(new Manufacturer('YH4', 'Fisker Automotive', '', '', 'Valmet Automotive', 'Finland'));
954 7
        $this->attach(new Manufacturer('YK1', 'Saab-Valmet', '', '', 'Saab-Valmet', 'Finland'));
955 7
        $this->attach(new Manufacturer('YK7', 'Sisu Auto', '', '', 'Sisu Auto', 'Finland'));
956 7
        $this->attach(new Manufacturer('YSC', 'Cadillac', '', 'BLS', 'Saab', 'Sweden'));
957 7
        $this->attach(new Manufacturer('YSM', 'Polestar', '', '', 'Polestar', 'Sweden'));
958 7
        $this->attach(new Manufacturer('YS2', 'Scania', '', '', 'Södertälje truck', 'Sweden'));
959 7
        $this->attach(new Manufacturer('YS3', 'Saab', '', '', 'Saab', 'Sweden'));
960 7
        $this->attach(new Manufacturer('YS4', 'Scania', 'bus', '', 'Katrineholm', 'Sweden'));
961 7
        $this->attach(new Manufacturer('YTN', 'Saab', '', '', 'Saab NEVS', 'Sweden'));
962 7
        $this->attach(new Manufacturer('YT9', '', '', '', 'Koenigsegg Automotive AB', 'Sweden'));
963 7
        $this->attach(new Manufacturer('YU7', 'Husaberg', 'motorcycles', '', 'Husaberg', 'Sweden', null, null, 'Swedish built models'));
964 7
        $this->attach(new Manufacturer('YV1', 'Volvo', '', '', 'Volvo Carsr', 'Sweden'));
965 7
        $this->attach(new Manufacturer('YV2', 'Volvo', '', '', 'Volvo Trucks', 'Sweden'));
966 7
        $this->attach(new Manufacturer('YV3', 'Volvo', '', '', 'Volvo Buses', 'Sweden'));
967 7
        $this->attach(new Manufacturer('YV4', 'Volvo', 'SUV', '', 'Volvo Cars', 'Sweden'));
968 7
        $this->attach(new Manufacturer('YV5', 'Volvo', 'incomplete', '', 'Volvo Trucks', 'Sweden'));
969 7
        $this->attach(new Manufacturer('YYC', 'Think Nordic', '', '', 'Think Nordic', 'Norway'));
970 7
        $this->attach(new Manufacturer('ZA9', 'Lamborghini', '', '', 'Lamborghini', 'Italy', 2003, 2003));
971 7
        $this->attach(new Manufacturer('ZA9', 'Cizeta', '', '', 'Cizeta', 'Italy'));
972 7
        $this->attach(new Manufacturer('ZA9', 'Bugatti', '', '', 'Bugatti', 'Italy'));
973 7
        $this->attach(new Manufacturer('ZA9', 'Pagani', '', '', 'Pagani', 'Italy'));
974 7
        $this->attach(new Manufacturer('ZA9', 'Italdesign', '', '', 'Italdesign', 'Italy'));
975 7
        $this->attach(new Manufacturer('ZA9', 'Dallara', '', '', 'Dallara', 'Italy'));
976 7
        $this->attach(new Manufacturer('ZA9', 'Pininfarina', '', '', 'Pininfarina', 'Italy'));
977 7
        $this->attach(new Manufacturer('ZAA', 'Autobianchi', '', '', 'Autobianchi', 'Italy'));
978 7
        $this->attach(new Manufacturer('ZAC', 'Jeep', '', '', 'Jeep', 'Italy'));
979 7
        $this->attach(new Manufacturer('ZAC', 'Dodge', '', 'Hornet', '', 'Italy'));
980 7
        $this->attach(new Manufacturer('ZAH', 'Rolfo', '', '', 'Rolfo', 'Italy'));
981 7
        $this->attach(new Manufacturer('ZAM', 'Maserati', '', '', 'Maserati', 'Italy'));
982 7
        $this->attach(new Manufacturer('ZAP', 'Piaggio', '', '', 'Piaggio', 'Italy'));
983 7
        $this->attach(new Manufacturer('ZAP', 'Vespa', '', '', 'Vespa', 'Italy'));
984 7
        $this->attach(new Manufacturer('ZAP', 'Gilera', '', '', 'Gilera', 'Italy'));
985 7
        $this->attach(new Manufacturer('ZAR', 'Alfa Romeo', 'car', '', 'Alfa Romeo', 'Italy'));
986 7
        $this->attach(new Manufacturer('ZAR', 'Nissan', '', 'Cherry', 'Nissan Cherry Europe', 'Italy'));
987 7
        $this->attach(new Manufacturer('ZAS', 'Alfa Romeo', '', 'Alfasud', 'Alfa Romeo', 'Italy', 1989, 1989));
988 7
        $this->attach(new Manufacturer('ZAS', 'Alfa Romeo', '', 'Sprint', 'Alfa Romeo', 'Italy', 1989, 1989));
989 7
        $this->attach(new Manufacturer('ZAS', 'Alfa Romeo', 'SUV', '', 'Alfa Romeo', 'Italy', 2018));
990 7
        $this->attach(new Manufacturer('ZBA', 'BMW', '', '', 'BMW', 'Italy', null, null, 'For South africa'));
991 7
        $this->attach(new Manufacturer('ZBB', 'Bertone', '', '', 'Gruppo Bertone', 'Italy'));
992 7
        $this->attach(new Manufacturer('ZBI', 'BMW', '', '', 'BMW', 'Italy', null, null, 'For Indonesia'));
993 7
        $this->attach(new Manufacturer('ZBM', 'BMW', '', '', 'BMW', 'Italy', null, null, 'For Philippines'));
994 7
        $this->attach(new Manufacturer('ZBN', 'Benelli', '', '', 'Benelli', 'Italy'));
995 7
        $this->attach(new Manufacturer('ZBP', 'BMW', '', '', 'BMW', 'Italy', null, null, 'For Malaysia'));
996 7
        $this->attach(new Manufacturer('ZBT', 'BMW', '', '', 'BMW', 'Italy', null, null, 'For Thailand'));
997 7
        $this->attach(new Manufacturer('ZBW', 'Rayton-Fissore', '', '', 'Rayton-Fissore Magnum', 'Italy'));
998 7
        $this->attach(new Manufacturer('ZCF', 'Iveco', '', '', 'Iveco', 'Italy'));
999 7
        $this->attach(new Manufacturer('ZCG', '', '', '', 'Cagiva SpA', 'Italy'));
1000 7
        $this->attach(new Manufacturer('ZCG', '', '', '', 'MV Agusta', 'Italy'));
1001 7
        $this->attach(new Manufacturer('ZC2', 'Chrysler', '', 'TC', 'Maserati', 'Italy'));
1002 7
        $this->attach(new Manufacturer('ZC6', '', '', '', 'Effedi Veicoli Commerciali', 'Italy'));
1003 7
        $this->attach(new Manufacturer('ZDC', 'Honda', '', '', 'Honda Italia Industriale S.p.A.', 'Italy'));
1004 7
        $this->attach(new Manufacturer('ZDF', 'Ferrari', '', 'Dino', '', 'Italy'));
1005 7
        $this->attach(new Manufacturer('ZDM', 'Ducati', '', '', 'Ducati Motor Holding', 'Italy'));
1006 7
        $this->attach(new Manufacturer('ZDT', 'De Tomaso', '', '', 'De Tomaso Modena SpA', 'Italy'));
1007 7
        $this->attach(new Manufacturer('ZDY', 'Cacciamali', '', '', 'Cacciamali', 'Italy'));
1008 7
        $this->attach(new Manufacturer('ZD0', '', '', '', 'Yamaha Motor Italia SpA', 'Italy'));
1009 7
        $this->attach(new Manufacturer('ZD0', '', '', '', 'Belgarda SpA', 'Italy'));
1010 7
        $this->attach(new Manufacturer('ZD3', '', '', '', 'Betamotor S.p.A.', 'Italy'));
1011 7
        $this->attach(new Manufacturer('ZD4', 'Aprilia', '', '', 'Aprilia', 'Italy'));
1012 7
        $this->attach(new Manufacturer('ZES', 'Bimota', '', '', 'Bimota', 'Italy'));
1013 7
        $this->attach(new Manufacturer('ZE8', 'Bremach', '', '', 'Bremach', 'Italy'));
1014 7
        $this->attach(new Manufacturer('ZFA', 'Fiat', '', '', 'Fiat', 'Italy'));
1015 7
        $this->attach(new Manufacturer('ZFB', 'Fiat', 'MPV/SUV', '', 'Fiat', 'Italy'));
1016 7
        $this->attach(new Manufacturer('ZFC', 'Ram', '', '1200', 'Fiat V.I.', 'Italy'));
1017 7
        $this->attach(new Manufacturer('ZFF', 'Ferrari', '', '', 'Ferrari', 'Italy'));
1018 7
        $this->attach(new Manufacturer('ZFM', 'Fantic Motor', '', '', 'Fantic Motor', 'Italy'));
1019 7
        $this->attach(new Manufacturer('ZFR', 'Pininfarina', '', '', 'Pininfarina', 'Italy'));
1020 7
        $this->attach(new Manufacturer('ZF4', 'Qvale', '', '', 'Qvale', 'Italy'));
1021 7
        $this->attach(new Manufacturer('ZGA', 'Iveco', '', '', 'Iveco Bus', 'Italy'));
1022 7
        $this->attach(new Manufacturer('ZGU', 'Moto Guzzi', '', '', 'Moto Guzzi', 'Italy'));
1023 7
        $this->attach(new Manufacturer('ZHU', 'Husqvarna', '', '', 'Husqvarna Motorcycles', 'Italy', null, null, 'Under Cagiva ownership'));
1024 7
        $this->attach(new Manufacturer('ZHW', 'Lamborghini', '', '', 'Lamborghini', 'Italy', 2003));
1025 7
        $this->attach(new Manufacturer('ZJM', 'Malaguti', '', '', 'Malaguti', 'Italy'));
1026 7
        $this->attach(new Manufacturer('ZJN', 'Innocenti', '', '', 'Innocenti', 'Italy'));
1027 7
        $this->attach(new Manufacturer('ZJT', 'Italjet', '', '', 'Italjet', 'Italy'));
1028 7
        $this->attach(new Manufacturer('ZKH', 'Husqvarna', '', '', 'Husqvarna Motorcycles Srl', 'Italy', null, null, 'Under BMW ownership'));
1029 7
        $this->attach(new Manufacturer('ZK5', 'Hyundai', '', '', 'Hyundai Automobili Italia Importazioni', 'Italy'));
1030 7
        $this->attach(new Manufacturer('ZLA', 'Lancia', '', '', 'Lancia', 'Italy'));
1031 7
        $this->attach(new Manufacturer('ZLM', 'Moto Morini', '', '', 'Moto Morini srl', 'Italy'));
1032 7
        $this->attach(new Manufacturer('ZLV', 'Laverda', '', '', 'Laverda', 'Italy'));
1033 7
        $this->attach(new Manufacturer('ZNN', 'Energica Motor Company', '', '', 'Energica Motor Company', 'Italy'));
1034 7
        $this->attach(new Manufacturer('ZN0', 'SV.VM', '', '', 'SWM Motorcycles S.r.l.', 'Italy'));
1035 7
        $this->attach(new Manufacturer('ZN3', 'Iveco', '', '', 'Iveco Defence', 'Italy'));
1036 7
        $this->attach(new Manufacturer('ZN6', 'Maserati', 'SUV', '', 'Maserati', 'Italy'));
1037 7
        $this->attach(new Manufacturer('ZOM', 'OM', '', '', 'OM', 'Italy'));
1038 7
        $this->attach(new Manufacturer('ZPB', 'Lamborghini', 'SUV', '', 'Lamborghini', 'Italy'));
1039 7
        $this->attach(new Manufacturer('ZPY', 'DR Automobiles', '', '', 'DR Automobiles', 'Italy'));
1040 7
        $this->attach(new Manufacturer('ZZ1', 'Tomos', 'motorcycle', '', 'Tomos', 'Slovenia'));
1041 7
        $this->attach(new Manufacturer('Z6F', 'Ford', '', '', 'Ford Sollers', 'Russia'));
1042 7
        $this->attach(new Manufacturer('Z8M', 'Marussia', '', '', 'Marussia', 'Russia'));
1043 7
        $this->attach(new Manufacturer('Z8N', 'Nissan', '', '', 'Nissan Manufacturing Rus', 'Russia'));
1044 7
        $this->attach(new Manufacturer('Z8T', 'PCMA', '', '', 'PCMA Rus', 'Russia'));
1045 7
        $this->attach(new Manufacturer('Z9M', 'Mercedes-Benz', '', '', 'Mercedes-Benz Trucks Vostok', 'Russia'));
1046 7
        $this->attach(new Manufacturer('Z94', 'Hyundai', '', '', 'Hyundai Motor Manufacturing Rus', 'Russia'));
1047
1048 7
        $this->attach(new Manufacturer('1AC', '', 'MPV', '', 'American Motors Corporation', 'United States'));
1049 7
        $this->attach(new Manufacturer('1AF', 'ALF', 'truck', '', 'American LaFrance', 'United States'));
1050 7
        $this->attach(new Manufacturer('1AM', '', 'car', '', 'American Motors Corporation', 'United States', 1983, 1983, '', true));
1051 7
        $this->attach(new Manufacturer('1AM', '', 'car', '', 'Renault Alliance', 'United States', 1983, 1983, '', true));
1052 7
        $this->attach(new Manufacturer('1A4', 'Chrysler', 'MPV/SUV', '', 'Chrysler', 'United States', 2006, 2009, '', true));
1053 7
        $this->attach(new Manufacturer('1A8', 'Chrysler', 'MPV/SUV', '', 'Chrysler', 'United States', 2006, 2009, '', true));
1054 7
        $this->attach(new Manufacturer('1BA', '', 'bus', '', 'Blue Bird Corporation', 'United States'));
1055 7
        $this->attach(new Manufacturer('1BB', '', 'MPV', '', 'Blue Bird Wanderlodge', 'United States'));
1056 7
        $this->attach(new Manufacturer('1BD', '', 'incomplete vehicle', '', 'Blue Bird Corporation', 'United States'));
1057 7
        $this->attach(new Manufacturer('1BL', '', '', '', 'Balko, Inc. from Ladysmith, WI', 'United States'));
1058 7
        $this->attach(new Manufacturer('1B3', 'Dodge', 'car', '', 'Dodge', 'United States', 1981, 2011, '', true));
1059 7
        $this->attach(new Manufacturer('1B4', 'Dodge', 'MPV/SUV', '', 'Dodge', 'United States', 1981, 2002, '', true));
1060 7
        $this->attach(new Manufacturer('1B6', 'Dodge', 'incomplete', '', 'Dodge', 'United States', 1981, 2002, '', true));
1061 7
        $this->attach(new Manufacturer('1B7', 'Dodge', 'truck', '', 'Dodge', 'United States', 1981, 2002, '', true));
1062 7
        $this->attach(new Manufacturer('1B9', '', '', '', 'Buell Motorcycle Company', 'United States', 1995, 1995, '', true));
1063 7
        $this->attach(new Manufacturer('1B9', '', '', '', 'Motus Motorcycles', 'United States'));
1064 7
        $this->attach(new Manufacturer('1CM', '', '', '', 'Checker Motors Corporation', 'United States'));
1065 7
        $this->attach(new Manufacturer('1CU', '', '', '', 'Cushman Haulster', 'United States', null, null, 'Cushman division of Outboard Marine Corporation'));
1066 7
        $this->attach(new Manufacturer('1CY', '', '', '', 'Crane Carrier', 'United States'));
1067 7
        $this->attach(new Manufacturer('1C3', 'Chrysler', 'car', '', 'Chrysler brand', 'United States', 1981, 2011, '', true));
1068 7
        $this->attach(new Manufacturer('1C3', 'Chrysler', 'car', '', 'Chrysler Group', 'United States', 2012, null, '', true));
1069 7
        $this->attach(new Manufacturer('1C4', 'Chrysler', 'MPV', '', 'Chrysler brand', 'United States', 1981, 2011, '', true));
1070 7
        $this->attach(new Manufacturer('1C4', 'Chrysler', 'MPV', '', 'Chrysler Group', 'United States', 2012, null, '', true));
1071 7
        $this->attach(new Manufacturer('1C6', 'Chrysler', 'truck', '', 'Chrysler Group', 'United States', 2012, null, '', true));
1072 7
        $this->attach(new Manufacturer('1C8', 'Chrysler', 'MPV', '', 'Chrysler brand', 'United States', 2001, 2005, '', true));
1073 7
        $this->attach(new Manufacturer('1C9', 'Chance', '', '', 'CX Automotive', 'United States'));
1074 7
        $this->attach(new Manufacturer('1D3', 'Dodge', 'truck', '', 'Dodge', 'United States', 2002, 2009, '', true));
1075 7
        $this->attach(new Manufacturer('1D4', 'Dodge', 'MPV/SUV', '', 'Dodge', 'United States', 2003, 2011, '', true));
1076 7
        $this->attach(new Manufacturer('1D5', 'Dodge', '', '', 'Dodge', 'United States'));
1077 7
        $this->attach(new Manufacturer('1D7', 'Dodge', 'truck', '', 'Dodge', 'United States', 2002, 2011, '', true));
1078 7
        $this->attach(new Manufacturer('1D8', 'Dodge', 'MPV/SUV', '', 'Dodge', 'United States', 2003, 2009, '', true));
1079 7
        $this->attach(new Manufacturer('1EC', 'Fleetwood', '', '', 'Fleetwood', 'United States'));
1080 7
        $this->attach(new Manufacturer('1FA', 'Ford', 'car', '', 'Ford Motor Company', 'United States'));
1081 7
        $this->attach(new Manufacturer('1FB', 'Ford', 'bus', '', 'Ford Motor Company', 'United States'));
1082 7
        $this->attach(new Manufacturer('1FC', 'Ford', 'chassis', '', 'Ford Motor Company', 'United States'));
1083 7
        $this->attach(new Manufacturer('1FD', 'Ford', 'incomplete', '', 'Ford Motor Company', 'United States'));
1084 7
        $this->attach(new Manufacturer('1FE', 'Ford', '', '', 'Ford Moter Company', 'United States'));
1085 7
        $this->attach(new Manufacturer('1FM', 'Ford', 'MPV/SUV', '', 'Ford Motor Company', 'United States'));
1086 7
        $this->attach(new Manufacturer('1FT', 'Ford', 'truck', '', 'Ford Motor Company', 'United States'));
1087 7
        $this->attach(new Manufacturer('1FU', 'Freightliner', '', '', 'Freightliner Trucks', 'United States'));
1088 7
        $this->attach(new Manufacturer('1FV', 'Freightliner', '', '', 'Freightliner Trucks', 'United States'));
1089 7
        $this->attach(new Manufacturer('1F1', 'Ford', 'SUV', '', 'Ford Motor Company', 'United States', 2009, 2009, '', true));
1090 7
        $this->attach(new Manufacturer('1F6', 'Ford', 'chassis', '', 'Ford Motor Company', 'United States', null, null, 'made by Detroit Chassis LLC'));
1091 7
        $this->attach(new Manufacturer('1F9', '', '', '', 'FWD Corp.', 'United States'));
1092 7
        $this->attach(new Manufacturer('1G', 'GMC', '', '', 'General Motors', 'United States'));
1093 7
        $this->attach(new Manufacturer('1GA', 'Chevrolet', 'bus', '', 'Chevrolet', 'United States'));
1094 7
        $this->attach(new Manufacturer('1GB', 'Chevrolet', 'incomplete', '', 'Chevrolet', 'United States'));
1095 7
        $this->attach(new Manufacturer('1GC', 'Chevrolet', 'truck', '', 'Chevrolet', 'United States'));
1096 7
        $this->attach(new Manufacturer('1GD', 'GMC', 'incomplete', '', 'General Motors', 'United States'));
1097 7
        $this->attach(new Manufacturer('1GE', 'Cadillac', 'incomplete', '', 'Cadillac', 'United States'));
1098 7
        $this->attach(new Manufacturer('1GF', 'Flxible', 'bus', '', 'Flxible', 'United States'));
1099 7
        $this->attach(new Manufacturer('1GG', 'Isuzu', 'pickup trucks', '', 'General Motors', 'United States'));
1100 7
        $this->attach(new Manufacturer('1GH', 'Oldsmobile', 'MPV/SUV', '', 'General Motors', 'United States', 1990, 2004, '', true));
1101 7
        $this->attach(new Manufacturer('1GH', 'Holden Acadia', '', '', 'General Motors', 'United States', 2019, 2020, '', true));
1102 7
        $this->attach(new Manufacturer('1GJ', 'GMC', 'bus', '', 'General Motors', 'United States', 1987, null, '', true));
1103 7
        $this->attach(new Manufacturer('1GK', 'GMC', 'MPV/SUV', '', 'General Motors', 'United States', 1987, null, '', true));
1104 7
        $this->attach(new Manufacturer('1GM', 'Pontiac', 'MPV', '', 'General Motors', 'United States'));
1105 7
        $this->attach(new Manufacturer('1GN', 'Chevrolet', 'MPV/SUV', '', 'General Motors', 'United States', 1987, null, '', true));
1106 7
        $this->attach(new Manufacturer('1GT', 'GMC', 'Truck', '', 'General Motors', 'United States'));
1107 7
        $this->attach(new Manufacturer('1GY', 'Cadillac', 'SUV', '', 'General Motors', 'United States'));
1108 7
        $this->attach(new Manufacturer('1G0', 'GMC', 'bus', '', 'General Motors', 'United States', 1981, 1986, '', true));
1109 7
        $this->attach(new Manufacturer('1G0', 'GMC', 'RTS', '', 'General Motors', 'United States', 1981, 1986, '', true));
1110 7
        $this->attach(new Manufacturer('1G0', 'Opel', '', '', 'General Motors', 'United States', 2007, 2017, '', true));
1111 7
        $this->attach(new Manufacturer('1G1', 'Chevrolet', '', '', 'General Motors', 'United States'));
1112 7
        $this->attach(new Manufacturer('1G2', 'Pontiac', '', '', 'General Motors', 'United States'));
1113 7
        $this->attach(new Manufacturer('1G3', 'Oldsmobile', '', '', 'General Motors', 'United States'));
1114 7
        $this->attach(new Manufacturer('1G4', 'Buick', '', '', 'General Motors', 'United States'));
1115 7
        $this->attach(new Manufacturer('1G5', 'GMC', 'MPV/SUV', '', 'General Motors', 'United States', 1981, 1986, '', true));
1116 7
        $this->attach(new Manufacturer('1G6', 'Cadillac', '', '', 'General Motors', 'United States'));
1117 7
        $this->attach(new Manufacturer('1G8', 'Chevrolet', '', '', 'General Motors', 'United States', 1981, 1986, '', true));
1118 7
        $this->attach(new Manufacturer('1G8', 'Saturn', '', '', 'General Motors', 'United States', 1991, 2010, '', true));
1119 7
        $this->attach(new Manufacturer('1G9', '', '', '', 'Google & Waymo', 'United States'));
1120 7
        $this->attach(new Manufacturer('1H', 'Honda', '', '', 'Honda', 'United States'));
1121 7
        $this->attach(new Manufacturer('1HD', 'Harley-Davidson', '', '', 'Harley-Davidson', 'United States'));
1122 7
        $this->attach(new Manufacturer('1HF', 'Honda', 'motocycle/ATV/UTV', '', 'Honda', 'United States'));
1123 7
        $this->attach(new Manufacturer('1HG', 'Honda', 'car', '', 'Honda', 'United States'));
1124 7
        $this->attach(new Manufacturer('1HS', 'International trucks', '', '', 'International trucks', 'United States'));
1125 7
        $this->attach(new Manufacturer('1HS', 'Cat', '', '', 'Caterpillar trucks', 'United States'));
1126 7
        $this->attach(new Manufacturer('1HT', 'International trucks', 'incomplete', '', 'International trucks', 'United States'));
1127 7
        $this->attach(new Manufacturer('1HT', 'Cat', 'incomplete', '', 'Caterpillar trucks', 'United States'));
1128 7
        $this->attach(new Manufacturer('1HV', 'IC Bus', 'incomplete', '', 'IC Bus', 'United States'));
1129 7
        $this->attach(new Manufacturer('1JC', 'Jeep', '', '', 'AMC', 'United States', 1981, 1988, '', true));
1130 7
        $this->attach(new Manufacturer('1JD', 'AMC', '', '', 'AMC', 'United States'));
1131 7
        $this->attach(new Manufacturer('1JT', 'Jeep', 'truck', '', 'AMC', 'United States', 1981, 1988, '', true));
1132 7
        $this->attach(new Manufacturer('1J4', 'Jeep', 'SUV', '', 'Jeep', 'United States', 1989, 2011, '', true));
1133 7
        $this->attach(new Manufacturer('1J7', 'Jeep', 'truck', '', 'Jeep', 'United States', 1989, 1992, '', true));
1134 7
        $this->attach(new Manufacturer('1J8', 'Jeep', 'SUV', '', 'Jeep', 'United States', 2002, 2011, '', true));
1135 7
        $this->attach(new Manufacturer('1L', 'Lincoln', '', '', 'Lincoln', 'United States'));
1136 7
        $this->attach(new Manufacturer('1LJ', 'Lincoln', 'incomplete', '', 'Lincoln', 'United States'));
1137 7
        $this->attach(new Manufacturer('1LN', 'Lincoln', 'car', '', 'Lincoln', 'United States'));
1138 7
        $this->attach(new Manufacturer('1LV', 'John Deere', '', '', 'John Deere', 'United States'));
1139 7
        $this->attach(new Manufacturer('1L1', 'Lincoln', 'car - limousine', '', 'Lincoln', 'United States'));
1140 7
        $this->attach(new Manufacturer('1L9', 'Laforza', '', '', 'Laforza', 'United States'));
1141 7
        $this->attach(new Manufacturer('1MB', 'Mercedes-Benz', '', '', 'Mercedes-Benz Truck Co.', 'United States'));
1142 7
        $this->attach(new Manufacturer('1ME', 'Mercury', '', '', 'Mercury', 'United States'));
1143 7
        $this->attach(new Manufacturer('1MR', 'Continental', '', '', 'Continental', 'United States'));
1144 7
        $this->attach(new Manufacturer('1M0', 'John Deere Gator', '', '', 'John Deere Gator', 'United States'));
1145 7
        $this->attach(new Manufacturer('1M1', 'Mack Truck', '', '', 'Mack Truck', 'United States'));
1146 7
        $this->attach(new Manufacturer('1M2', 'Mack Truck', '', '', 'Mack Truck', 'United States'));
1147 7
        $this->attach(new Manufacturer('1M3', 'Mack Truck', '', '', 'Mack Truck', 'United States'));
1148 7
        $this->attach(new Manufacturer('1M4', 'Mack Truck', '', '', 'Mack Truck', 'United States'));
1149 7
        $this->attach(new Manufacturer('1M8', '', '', '', 'Motor Coach Industries', 'United States'));
1150 7
        $this->attach(new Manufacturer('1M9', '', '', '', 'Mynatt Truck & Equipment', 'United States'));
1151 7
        $this->attach(new Manufacturer('1M9', '', '', '', 'Mosler Automotive', 'United States'));
1152 7
        $this->attach(new Manufacturer('1M9', '', '', '', 'Proterra', 'United States', 2019, 2019, '', true));
1153 7
        $this->attach(new Manufacturer('1N', 'Nissan', '', '', 'Nissan', 'United States'));
1154 7
        $this->attach(new Manufacturer('1NK', 'Kenworth', 'incomplete', '', 'Kenworth', 'United States'));
1155 7
        $this->attach(new Manufacturer('1NP', 'Peterbilt', 'incomplete', '', 'Peterbilt', 'United States'));
1156 7
        $this->attach(new Manufacturer('1NX', 'Toyota', '', '', 'NUMMI USA', 'United States'));
1157 7
        $this->attach(new Manufacturer('1N4', 'Nissan', 'car', '', 'Nissan', 'United States'));
1158 7
        $this->attach(new Manufacturer('1N6', 'Nissan', 'truck', '', 'Nissan', 'United States'));
1159 7
        $this->attach(new Manufacturer('1N6', 'Datsun', 'truck', '', 'Nissan', 'United States'));
1160 7
        $this->attach(new Manufacturer('1N9', 'Neoplan', '', '', 'Neoplan', 'United States'));
1161 7
        $this->attach(new Manufacturer('1N9', 'Nikola', '', '', 'Nikola', 'United States'));
1162 7
        $this->attach(new Manufacturer('1PY', 'John Deere', '', '', 'John Deere', 'United States'));
1163 7
        $this->attach(new Manufacturer('1P3', 'Plymouth', 'car', '', 'Plymouth', 'United States'));
1164 7
        $this->attach(new Manufacturer('1P4', 'Plymouth', 'MPV/SUV', '', 'Plymouth', 'United States'));
1165 7
        $this->attach(new Manufacturer('1P7', 'Plymouth', '', '', 'Plymouth', 'United States'));
1166 7
        $this->attach(new Manufacturer('1P9', 'Panoz', '', '', 'Panoz', 'United States'));
1167 7
        $this->attach(new Manufacturer('1RF', 'Roadmaster', '', '', 'Roadmaster', 'United States'));
1168 7
        $this->attach(new Manufacturer('1R9', '', '', '', 'Roadrunner Hay Squeeze', 'United States'));
1169 7
        $this->attach(new Manufacturer('1S9', 'Scania', '', 'CN112', 'Scania AB', 'United States'));
1170 7
        $this->attach(new Manufacturer('1S9', 'Saleen', '', '', 'Saleen', 'United States'));
1171 7
        $this->attach(new Manufacturer('1S9', 'SSC', '', '', 'SSC North America', 'United States'));
1172 7
        $this->attach(new Manufacturer('1TU', '', '', '', 'Transportation Manufacturing Corporation', 'United States'));
1173 7
        $this->attach(new Manufacturer('1T7', '', '', '', 'Thomas Built Buses', 'United States'));
1174 7
        $this->attach(new Manufacturer('1T8', '', '', '', 'Thomas Built Buses', 'United States'));
1175 7
        $this->attach(new Manufacturer('1T9', '', '', '', 'Tomcar USA', 'United States'));
1176 7
        $this->attach(new Manufacturer('1UT', 'Jeep', '', 'DJ', 'AM General', 'United States'));
1177 7
        $this->attach(new Manufacturer('1VH', '', '', '', 'Orion Bus Industries', 'United States'));
1178 7
        $this->attach(new Manufacturer('1VR', '', '', '', 'Vermeer Corporation', 'United States'));
1179 7
        $this->attach(new Manufacturer('1VW', 'Volkswagen', 'SUV', '', 'Volkswagen', 'United States'));
1180 7
        $this->attach(new Manufacturer('1V1', 'Volkswagen', 'truck', '', 'Volkswagen', 'United States'));
1181 7
        $this->attach(new Manufacturer('1V9', '', '', '', 'Vector Aeromotive', 'United States'));
1182 7
        $this->attach(new Manufacturer('1WA', 'Autostar', '', '', 'Autostar', 'United States'));
1183 7
        $this->attach(new Manufacturer('1WB', 'Autostar', '', '', 'Autostar', 'United States'));
1184 7
        $this->attach(new Manufacturer('1WU', 'White', 'truck', '', 'Volvo', 'United States'));
1185 7
        $this->attach(new Manufacturer('1WV', '', '', '', 'Winnebago Industries', 'United States'));
1186 7
        $this->attach(new Manufacturer('1WW', '', '', '', 'Winnebago Industries', 'United States'));
1187 7
        $this->attach(new Manufacturer('1WX', '', '', '', 'White incomplete', 'United States'));
1188 7
        $this->attach(new Manufacturer('1WY', '', '', '', 'White incomplete', 'United States'));
1189 7
        $this->attach(new Manufacturer('1XK', 'Kenworth', 'truck', '', 'Kenworth', 'United States'));
1190 7
        $this->attach(new Manufacturer('1XM', '', '', '', 'Renault Alliance/GTA/Encore', 'United States', 1984, 1987, '', true));
1191 7
        $this->attach(new Manufacturer('1XP', 'Peterbilt', 'truck', '', 'Peterbilt', 'United States'));
1192 7
        $this->attach(new Manufacturer('1YJ', '', '', '', 'Rokon International, Inc.', 'United States'));
1193 7
        $this->attach(new Manufacturer('1YV', 'Mazda', '', '', 'Mazda', 'United States', null, null, 'AutoAlliance International'));
1194 7
        $this->attach(new Manufacturer('1Y1', 'Chevrolet/Geo', 'car', '', 'NUMMI', 'United States'));
1195 7
        $this->attach(new Manufacturer('1ZV', 'Ford', '', '', 'Ford', 'United States', null, null, 'AutoAlliance International'));
1196 7
        $this->attach(new Manufacturer('1ZW', 'Mercury', '', '', 'Mercury', 'United States', null, null, 'AutoAlliance International'));
1197 7
        $this->attach(new Manufacturer('1Z3', 'Mitsubishi', '', 'Raider', 'Mitsubishi', 'United States'));
1198 7
        $this->attach(new Manufacturer('1Z5', 'Mitsubishi', '', '', 'Mitsubishi', 'United States'));
1199 7
        $this->attach(new Manufacturer('1Z7', 'Mitsubishi', '', 'Raider', 'Mitsubishi', 'United States'));
1200 7
        $this->attach(new Manufacturer('1Z9', '', '', '', 'Oshkosh Specialty Vehicles LLC', 'United States'));
1201 7
        $this->attach(new Manufacturer('10R', '', '', '', 'E-Z-GO', 'United States'));
1202 7
        $this->attach(new Manufacturer('10T', '', '', '', 'Oshkosh Corporation', 'United States'));
1203 7
        $this->attach(new Manufacturer('11V', 'Ottawa', '', '', 'Ottawa', 'United States'));
1204 7
        $this->attach(new Manufacturer('12A', 'Avanti', '', '', 'Avanti', 'United States'));
1205 7
        $this->attach(new Manufacturer('137', 'Hummer', '', '', 'AM General', 'United States'));
1206 7
        $this->attach(new Manufacturer('15G', 'Gillig', 'bus', '', 'Gillig', 'United States'));
1207 7
        $this->attach(new Manufacturer('16X', '', '', '', 'Vixen 21 motorhome', 'United States'));
1208 7
        $this->attach(new Manufacturer('17N', 'John Deere', 'incomplete', '', 'John Deere', 'United States'));
1209 7
        $this->attach(new Manufacturer('177', 'Thomas', '', '', 'Thomas', 'United States'));
1210 7
        $this->attach(new Manufacturer('18X', 'WRV', '', '', 'WRV', 'United States'));
1211 7
        $this->attach(new Manufacturer('19U', 'Acura', '', '', 'Honda', 'United States', null, null, 'America Mfg. in Ohio'));
1212 7
        $this->attach(new Manufacturer('19V', 'Acura', '', '', 'Honda Manufacturing of Indiana', 'United States'));
1213 7
        $this->attach(new Manufacturer('19X', 'Honda', '', '', 'Honda Manufacturing of Indiana', 'United States'));
1214 7
        $this->attach(new Manufacturer('2AY', 'Hino', '', '', 'Hino', 'Canada'));
1215 7
        $this->attach(new Manufacturer('2AZ', 'Hino', '', '', 'Hino', 'Canada'));
1216 7
        $this->attach(new Manufacturer('2A3', 'Imperial', '', '', 'Imperial', 'Canada'));
1217 7
        $this->attach(new Manufacturer('2A4', 'Chrysler', 'MPV/SUV', '', 'Chrysler', 'Canada', 2006, 2011, '', true));
1218 7
        $this->attach(new Manufacturer('2A8', 'Chrysler', 'MPV/SUV', '', 'Chrysler', 'Canada', 2006, 2011, '', true));
1219 7
        $this->attach(new Manufacturer('2BC', '', '', '', 'AMC / Jeep Wrangler (YJ)', 'Canada', 1987, 1988, '', true));
1220 7
        $this->attach(new Manufacturer('2BP', 'Ski-Doo', '', '', 'Ski-Doo', 'Canada'));
1221 7
        $this->attach(new Manufacturer('2BV', 'Can-Am', '', '', 'Can-Am', 'Canada'));
1222 7
        $this->attach(new Manufacturer('2BV', 'Bombardier ATV', '', '', 'Bombardier ATV', 'Canada'));
1223 7
        $this->attach(new Manufacturer('2BW', 'Can-Am', 'LSV', 'Commander E', 'Can-Am', 'Canada'));
1224 7
        $this->attach(new Manufacturer('2BX', 'Can-Am', '', 'Spyder', 'Can-Am', 'Canada'));
1225 7
        $this->attach(new Manufacturer('2BZ', 'Can-Am', 'Trailer', 'Freedom', 'Can-Am', 'Canada', null, null, 'for Can-Am Spyder'));
1226 7
        $this->attach(new Manufacturer('2B1', '', '', '', 'Orion Bus Industries', 'Canada'));
1227 7
        $this->attach(new Manufacturer('2B3', 'Dodge', 'car', '', 'Dodge', 'Canada', 1981, 2011, '', true));
1228 7
        $this->attach(new Manufacturer('2B4', 'Dodge', 'MPV', '', 'Dodge', 'Canada', 1981, 2002, '', true));
1229 7
        $this->attach(new Manufacturer('2B5', 'Dodge', 'bus', '', 'Dodge', 'Canada', 1981, 2002, '', true));
1230 7
        $this->attach(new Manufacturer('2B6', 'Dodge', 'incomplete', '', 'Dodge', 'Canada', 1981, 2002, '', true));
1231 7
        $this->attach(new Manufacturer('2B7', 'Dodge', 'truck', '', 'Dodge', 'Canada', 1981, 2002, '', true));
1232 7
        $this->attach(new Manufacturer('2B8', 'Dodge', '', '', 'Dodge', 'Canada'));
1233 7
        $this->attach(new Manufacturer('2CC', 'AMC', 'MPV', '', 'American Motors Corporation', 'Canada'));
1234 7
        $this->attach(new Manufacturer('2CD', 'GMC', 'SUV', 'Terrain', 'CAMI Automotive', 'Canada', 2010, 2011, '', true));
1235 7
        $this->attach(new Manufacturer('2CG', 'Asüna', 'SUV', '', 'CAMI Automotive', 'Canada'));
1236 7
        $this->attach(new Manufacturer('2CG', 'Pontiac', 'SUV', '', 'CAMI Automotive', 'Canada'));
1237 7
        $this->attach(new Manufacturer('2CK', 'GMC', 'SUV', 'Tracker', 'CAMI Automotive', 'Canada', 1990, 1991, 'only sold by GM Canada', true));
1238 7
        $this->attach(new Manufacturer('2CK', 'Pontiac', 'SUV', 'Torrent', '', 'Canada', 2006, 2009, '', true));
1239 7
        $this->attach(new Manufacturer('2CM', 'AMC', 'car', '', 'American Motors Corporation', 'Canada'));
1240 7
        $this->attach(new Manufacturer('2CN', 'Geo/Chevrolet', 'SUV', '', 'CAMI Automotive', 'Canada', 1990, 2011, '', true));
1241 7
        $this->attach(new Manufacturer('2C1', 'Geo/Chevrolet', 'car', '', 'CAMI Automotive', 'Canada'));
1242 7
        $this->attach(new Manufacturer('2C3', 'Chrysler', 'car', '', 'Chrysler brand', 'Canada', 1981, 2011, '', true));
1243 7
        $this->attach(new Manufacturer('2C3', 'Chrysler', 'car', '', 'Chrysler Group', 'Canada', 2012, null, '', true));
1244 7
        $this->attach(new Manufacturer('2C4', 'Chrysler', 'MPV/SUV', '', 'Chrysler brand', 'Canada', 2000, 2005, '', true));
1245 7
        $this->attach(new Manufacturer('2C4', 'Chrysler', 'MPV', '', 'Chrysler Group', 'Canada', 2012, null, '', true));
1246 7
        $this->attach(new Manufacturer('2C7', 'Pontiac', 'car', '', 'CAMI Automotive', 'Canada'));
1247 7
        $this->attach(new Manufacturer('2C8', 'Chrysler', 'MPV/SUV', '', 'Chrysler brand', 'Canada', 2001, 2005, '', true));
1248 7
        $this->attach(new Manufacturer('2C9', '', '', '', 'Campagna Motors', 'Canada'));
1249 7
        $this->attach(new Manufacturer('2DG', '', '', '', 'Ontario Drive & Gear', 'Canada'));
1250 7
        $this->attach(new Manufacturer('2D3', 'Dodge', '', '', 'Dodge', 'Canada'));
1251 7
        $this->attach(new Manufacturer('2D4', 'Dodge', 'MPV', '', 'Dodge', 'Canada', 2003, 2011, '', true));
1252 7
        $this->attach(new Manufacturer('2D6', 'Dodge', 'incomplete', '', 'Dodge', 'Canada', 2003, 2003, '', true));
1253 7
        $this->attach(new Manufacturer('2D7', 'Dodge', 'truck', '', 'Dodge', 'Canada', 2003, 2003, '', true));
1254 7
        $this->attach(new Manufacturer('2D8', 'Dodge', 'MPV', '', 'Dodge', 'Canada', 2003, 2011, '', true));
1255 7
        $this->attach(new Manufacturer('2E3', 'Eagle', 'car', '', 'Eagle', 'Canada', 1989, 1997, '', true));
1256 7
        $this->attach(new Manufacturer('2E4', 'Lancia', 'MPV', '', 'Lancia', 'Canada'));
1257 7
        $this->attach(new Manufacturer('2F', 'Ford', '', '', 'Ford Motor Company', 'Canada'));
1258 7
        $this->attach(new Manufacturer('2FA', 'Ford', 'car', '', 'Ford Motor Company', 'Canada'));
1259 7
        $this->attach(new Manufacturer('2FB', 'Ford', '', '', 'Ford Motor Company', 'Canada'));
1260 7
        $this->attach(new Manufacturer('2FC', 'Ford', '', '', 'Ford Motor Company', 'Canada'));
1261 7
        $this->attach(new Manufacturer('2FD', 'Ford', '', '', 'Ford Motor Company', 'Canada'));
1262 7
        $this->attach(new Manufacturer('2FM', 'Ford', 'MPV/SUV', '', 'Ford Motor Company', 'Canada'));
1263 7
        $this->attach(new Manufacturer('2FT', 'Ford', 'truck', '', 'Ford Motor Company', 'Canada'));
1264 7
        $this->attach(new Manufacturer('2FU', 'Freightliner', '', '', '', 'Canada'));
1265 7
        $this->attach(new Manufacturer('2FV', 'Freightliner', '', '', '', 'Canada'));
1266 7
        $this->attach(new Manufacturer('2FW', 'Sterling', '', '', 'Sterling Trucks', 'Canada'));
1267 7
        $this->attach(new Manufacturer('2FY', 'New Flyer', '', '', 'New Flyer', 'Canada'));
1268 7
        $this->attach(new Manufacturer('2FZ', 'Sterling', 'incomplete', '', 'Sterling Trucks', 'Canada'));
1269 7
        $this->attach(new Manufacturer('2G', 'GMC', '', '', 'General Motors', 'Canada'));
1270 7
        $this->attach(new Manufacturer('2GA', 'Chevrolet', 'bus', '', 'Chevrolet', 'Canada'));
1271 7
        $this->attach(new Manufacturer('2GB', 'Chevrolet', 'incomplete', '', 'Chevrolet', 'Canada'));
1272 7
        $this->attach(new Manufacturer('2GC', 'Chevrolet', 'truck', '', 'Chevrolet', 'Canada'));
1273 7
        $this->attach(new Manufacturer('2GD', 'GMC', 'incomplete', '', 'General Motors', 'Canada'));
1274 7
        $this->attach(new Manufacturer('2GE', 'Cadillac', 'incomplete', '', 'Cadillac', 'Canada'));
1275 7
        $this->attach(new Manufacturer('2GH', 'GMC GM', 'bus', 'New Look', 'General Motors', 'Canada'));
1276 7
        $this->attach(new Manufacturer('2GH', 'GM', 'bus', 'Classic series', 'General Motors', 'Canada'));
1277 7
        $this->attach(new Manufacturer('2GJ', 'GMC', 'bus', '', 'General Motors', 'Canada', 1987));
1278 7
        $this->attach(new Manufacturer('2GK', 'GMC', 'MPV/SUV', '', 'General Motors', 'Canada', 1987, null, '', true));
1279 7
        $this->attach(new Manufacturer('2GN', 'Chevrolet', 'MPV/SUV', '', 'General Motors', 'Canada', 1987, null, '', true));
1280 7
        $this->attach(new Manufacturer('2GT', 'GMC', 'truck', '', 'General Motors', 'Canada'));
1281 7
        $this->attach(new Manufacturer('2G0', 'GMC', 'bus', '', 'General Motors', 'Canada', 1981, 1986, '', true));
1282 7
        $this->attach(new Manufacturer('2G1', 'Chevrolet', '', '', 'Chevrolet', 'Canada'));
1283 7
        $this->attach(new Manufacturer('2G2', 'Pontiac', '', '', 'Pontiac', 'Canada'));
1284 7
        $this->attach(new Manufacturer('2G3', 'Oldsmobile', '', '', 'Oldsmobile', 'Canada'));
1285 7
        $this->attach(new Manufacturer('2G4', 'Buick', '', '', 'Buick', 'Canada'));
1286 7
        $this->attach(new Manufacturer('2G5', 'GMC', 'MPV', '', 'General Motors', 'Canada', 1981, 1986, '', true));
1287 7
        $this->attach(new Manufacturer('2G5', '', 'van', '', 'BrightDrop Zevo', 'Canada', null, null, 'delivery'));
1288 7
        $this->attach(new Manufacturer('2G6', 'Cadillac', '', '', 'Cadillac', 'Canada'));
1289 7
        $this->attach(new Manufacturer('2G7', 'Pontiac', '', '', 'Pontiac', 'Canada'));
1290 7
        $this->attach(new Manufacturer('2G8', 'Chevrolet', 'MPV', '', 'Chevrolet', 'Canada', 1981, 1986, '', true));
1291 7
        $this->attach(new Manufacturer('2G9', '', '', '', 'Gnome Homes', 'Canada'));
1292 7
        $this->attach(new Manufacturer('2HG', 'Honda', 'car', '', 'Honda of Canada Manufacturing', 'Canada'));
1293 7
        $this->attach(new Manufacturer('2HH', 'Acura', 'car', '', 'Honda of Canada Manufacturing', 'Canada'));
1294 7
        $this->attach(new Manufacturer('2HJ', 'Honda', 'truck', '', 'Honda of Canada Manufacturing', 'Canada'));
1295 7
        $this->attach(new Manufacturer('2HK', 'Honda', 'MPV/SUV', '', 'Honda of Canada Manufacturing', 'Canada'));
1296 7
        $this->attach(new Manufacturer('2HM', 'Hyundai', '', '', 'Hyundai', 'Canada'));
1297 7
        $this->attach(new Manufacturer('2HN', 'Acura', 'SUV', '', 'Honda of Canada Manufacturing', 'Canada'));
1298 7
        $this->attach(new Manufacturer('2HS', '', 'truck', '', 'International Trucks', 'Canada'));
1299 7
        $this->attach(new Manufacturer('2HT', '', 'incomplete', '', 'International Trucks', 'Canada'));
1300 7
        $this->attach(new Manufacturer('2J4', 'Jeep', '', 'Wrangler (YJ)', 'Jeep', 'Canada', 1989, 1992, '', true));
1301 7
        $this->attach(new Manufacturer('2LJ', 'Lincoln', 'incomplete', '', 'Lincoln', 'Canada'));
1302 7
        $this->attach(new Manufacturer('2LM', 'Lincoln', 'SUV', '', 'Lincoln', 'Canada'));
1303 7
        $this->attach(new Manufacturer('2LN', 'Lincoln', 'car', '', 'Lincoln', 'Canada'));
1304 7
        $this->attach(new Manufacturer('2L1', 'Lincoln', 'incomplete', '', 'Lincoln', 'Canada'));
1305 7
        $this->attach(new Manufacturer('2L9', '', '', '', 'Les Contenants Durabac', 'Canada'));
1306 7
        $this->attach(new Manufacturer('2M', 'Mercury', '', '', 'Mercury', 'Canada'));
1307 7
        $this->attach(new Manufacturer('2ME', 'Mercury', 'car', '', 'Mercury', 'Canada'));
1308 7
        $this->attach(new Manufacturer('2MH', 'Mercury', '', '', 'Mercury', 'Canada'));
1309 7
        $this->attach(new Manufacturer('2MR', 'Mercury', 'MPV', '', 'Mercury', 'Canada'));
1310 7
        $this->attach(new Manufacturer('2M1', 'Mack', '', '', 'Mack Trucks', 'Canada'));
1311 7
        $this->attach(new Manufacturer('2M2', 'Mack', '', '', 'Mack Trucks', 'Canada'));
1312 7
        $this->attach(new Manufacturer('2NK', 'Kenworth', 'incomplete', '', 'Kenworth', 'Canada'));
1313 7
        $this->attach(new Manufacturer('2NP', 'Peterbilt', 'incomplete', '', 'Peterbilt', 'Canada'));
1314 7
        $this->attach(new Manufacturer('2NV', 'Nova Bus', '', '', 'Nova Bus', 'Canada'));
1315 7
        $this->attach(new Manufacturer('2PC', 'Prevost', '', '', 'Prevost', 'Canada', 1996, null, '', true));
1316 7
        $this->attach(new Manufacturer('2P3', 'Plymouth', 'car', '', 'Plymouth', 'Canada'));
1317 7
        $this->attach(new Manufacturer('2P4', 'Plymouth', 'MPV', '', 'Plymouth', 'Canada', 1981, 2000, '', true));
1318 7
        $this->attach(new Manufacturer('2P5', 'Plymouth', 'bus', '', 'Plymouth', 'Canada', 1981, 1983, '', true));
1319 7
        $this->attach(new Manufacturer('2P9', 'Prevost', '', '', 'Prevost', 'Canada', 1981, 1995, '', true));
1320 7
        $this->attach(new Manufacturer('2S2', 'Suzuki', 'car', '', 'CAMI Automotive', 'Canada'));
1321 7
        $this->attach(new Manufacturer('2S3', 'Suzuki', 'SUV', '', 'CAMI Automotive', 'Canada'));
1322 7
        $this->attach(new Manufacturer('2T', 'Toyota', '', '', 'Toyota', 'Canada'));
1323 7
        $this->attach(new Manufacturer('2T1', 'Toyota', 'car', '', 'Toyota', 'Canada'));
1324 7
        $this->attach(new Manufacturer('2T2', 'Lexus', 'SUV', '', 'Lexus', 'Canada'));
1325 7
        $this->attach(new Manufacturer('2T3', 'Toyota', 'SUV', '', 'Toyota', 'Canada'));
1326 7
        $this->attach(new Manufacturer('2V4', 'Volkswagen', '', 'Routan', 'Volkswagen', 'Canada'));
1327 7
        $this->attach(new Manufacturer('2V8', 'Volkswagen', '', 'Routan', 'Volkswagen', 'Canada'));
1328 7
        $this->attach(new Manufacturer('2WK', '', 'truck', '', 'Western Star Trucks', 'Canada'));
1329 7
        $this->attach(new Manufacturer('2WL', '', 'incomplete', '', 'Western Star Trucks', 'Canada'));
1330 7
        $this->attach(new Manufacturer('2WM', '', 'incomplete', '', 'Western Star Trucks', 'Canada'));
1331 7
        $this->attach(new Manufacturer('2XK', 'Kenworth', 'truck', '', 'Kenworth', 'Canada'));
1332 7
        $this->attach(new Manufacturer('2XM', 'Eagle', '', 'Premier', 'Eagle', 'Canada', 1998, null, '', true));
1333 7
        $this->attach(new Manufacturer('2XP', 'Peterbilt', 'truck', '', 'Peterbilt', 'Canada'));
1334 7
        $this->attach(new Manufacturer('3AK', 'Freightliner', '', '', 'Freightliner Trucks', 'Mexico'));
1335 7
        $this->attach(new Manufacturer('3AL', 'Freightliner', '', '', 'Freightliner Trucks', 'Mexico'));
1336 7
        $this->attach(new Manufacturer('3AV', 'BMW', '', '', 'BMW', 'Mexico', 1999, 2009, '', true));
1337 7
        $this->attach(new Manufacturer('3A4', 'Chrysler', 'MPV', '', 'Chrysler brand', 'Mexico', 2006, 2010, '', true));
1338 7
        $this->attach(new Manufacturer('3A8', 'Chrysler', 'MPV', '', 'Chrysler brand', 'Mexico', 2006, 2010, '', true));
1339 7
        $this->attach(new Manufacturer('3AB', 'Dina', '', '', 'Dina', 'Mexico'));
1340 7
        $this->attach(new Manufacturer('3BJ', 'Western Star', 'truck', '3700', 'DINA S.A.', 'Mexico'));
1341 7
        $this->attach(new Manufacturer('3BK', 'Kenworth', 'incomplete', '', 'Kenworth', 'Mexico'));
1342 7
        $this->attach(new Manufacturer('3BM', 'Motor Coach Industries', 'bus', '', 'DINA S.A.', 'Mexico'));
1343 7
        $this->attach(new Manufacturer('3BP', 'Peterbilt', 'incomplete', '', 'Peterbilt', 'Mexico'));
1344 7
        $this->attach(new Manufacturer('3B3', 'Dodge', 'car', '', 'Dodge', 'Mexico', 1981, 2011, '', true));
1345 7
        $this->attach(new Manufacturer('3B4', 'Dodge', 'SUV', '', 'Dodge', 'Mexico', 1986, 1993, '', true));
1346 7
        $this->attach(new Manufacturer('3B6', 'Dodge', 'incomplete', '', 'Dodge', 'Mexico', 1981, 2002, '', true));
1347 7
        $this->attach(new Manufacturer('3B7', 'Dodge', 'truck', '', 'Dodge', 'Mexico', 1981, 2002, '', true));
1348 7
        $this->attach(new Manufacturer('3CA', 'Chrysler', '', '', 'Chrysler', 'Mexico'));
1349 7
        $this->attach(new Manufacturer('3CE', 'Volvo', '', '', 'Volvo Buses de Mexico', 'Mexico'));
1350 7
        $this->attach(new Manufacturer('3CZ', 'Honda', 'SUV', '', 'Honda', 'Mexico'));
1351 7
        $this->attach(new Manufacturer('3C3', 'Chrysler', 'car', '', 'Chrysler brand', 'Mexico', 1981, 2011, '', true));
1352 7
        $this->attach(new Manufacturer('3C3', 'Chrysler', 'car', '', 'Chrysler Group', 'Mexico', 2012, null, '', true));
1353 7
        $this->attach(new Manufacturer('3C4', 'Chrysler', 'MPV', '', 'Chrysler brand', 'Mexico', 1981, 2011, '', true));
1354 7
        $this->attach(new Manufacturer('3C4', 'Chrysler', 'MPV', '', 'Chrysler Group', 'Mexico', 2012, null, '', true));
1355 7
        $this->attach(new Manufacturer('3C6', 'Chrysler', 'truck', '', 'Chrysler Group', 'Mexico', 2012, null, '', true));
1356 7
        $this->attach(new Manufacturer('3C7', 'Chrysler', 'incomplete', '', 'Chrysler Group', 'Mexico', 2012, null, '', true));
1357 7
        $this->attach(new Manufacturer('3C8', 'Chrysler', 'MPV', '', 'Chrysler brand', 'Mexico', 2001, 2005, '', true));
1358 7
        $this->attach(new Manufacturer('3D2', 'Dodge', 'incomplete', '', 'Dodge', 'Mexico', 2007, 2009, '', true));
1359 7
        $this->attach(new Manufacturer('3D3', 'Dodge', 'truck', '', 'Dodge', 'Mexico', 2006, 2009, '', true));
1360 7
        $this->attach(new Manufacturer('3D4', 'Dodge', 'SUV', '', 'Dodge', 'Mexico', 2009, 2011, '', true));
1361 7
        $this->attach(new Manufacturer('3D5', 'Dodge', '', '', 'Dodge', 'Mexico'));
1362 7
        $this->attach(new Manufacturer('3D6', 'Dodge', 'incomplete', '', 'Dodge', 'Mexico', 2009, 2011, '', true));
1363 7
        $this->attach(new Manufacturer('3D7', 'Dodge', 'truck', '', 'Dodge', 'Mexico', 2002, 2011, '', true));
1364 7
        $this->attach(new Manufacturer('3E4', 'Fiat', 'SUV', '', 'Fiat', 'Mexico'));
1365 7
        $this->attach(new Manufacturer('3F', 'Ford', '', '', 'Ford Motor Company', 'Mexico'));
1366 7
        $this->attach(new Manufacturer('3FA', 'Ford', 'car', '', 'Ford Motor Company', 'Mexico'));
1367 7
        $this->attach(new Manufacturer('3FC', 'Ford', 'chassis', '', 'Ford Motor Company', 'Mexico'));
1368 7
        $this->attach(new Manufacturer('3FD', 'Ford', '', '', 'Ford Motor Company', 'Mexico'));
1369 7
        $this->attach(new Manufacturer('3FE', 'Ford', '', '', 'Ford Motor Company', 'Mexico'));
1370 7
        $this->attach(new Manufacturer('3FM', 'Ford', 'MPV/SUV', '', 'Ford Motor Company', 'Mexico'));
1371 7
        $this->attach(new Manufacturer('3FN', 'Ford', '', 'F-650', 'Blue Diamond Truck Co.', 'Mexico'));
1372 7
        $this->attach(new Manufacturer('3FN', 'Ford', '', 'F-750', 'Blue Diamond Truck Co.', 'Mexico'));
1373 7
        $this->attach(new Manufacturer('3FR', 'Ford', '', 'F-650', 'Blue Diamond Truck Co.', 'Mexico'));
1374 7
        $this->attach(new Manufacturer('3FR', 'Ford', '', 'F-750', 'Blue Diamond Truck Co.', 'Mexico'));
1375 7
        $this->attach(new Manufacturer('3FT', 'Ford', 'truck', '', 'Ford Motor Company', 'Mexico'));
1376 7
        $this->attach(new Manufacturer('3F6', 'Sterling', '', 'Bullet', 'Sterling Bullet', 'Mexico'));
1377 7
        $this->attach(new Manufacturer('3G', 'GMC', '', '', 'General Motors', 'Mexico'));
1378 7
        $this->attach(new Manufacturer('3GB', 'Chevrolet', '', '', 'Chevrolet', 'Mexico'));
1379 7
        $this->attach(new Manufacturer('3GC', 'Chevrolet', 'truck', '', 'Chevrolet', 'Mexico'));
1380 7
        $this->attach(new Manufacturer('3GD', 'GMC', '', '', 'General Motors', 'Mexico'));
1381 7
        $this->attach(new Manufacturer('3GE', 'Chevrolet', '', '', 'Chevrolet', 'Mexico'));
1382 7
        $this->attach(new Manufacturer('3GK', 'GMC', 'SUV', '', 'General Motors', 'Mexico'));
1383 7
        $this->attach(new Manufacturer('3GM', 'Holden', '', 'Suburban', 'Holden', 'Mexico'));
1384 7
        $this->attach(new Manufacturer('3GN', 'Chevrolet', 'SUV', '', 'Chevrolet', 'Mexico'));
1385 7
        $this->attach(new Manufacturer('3GT', 'GMC', 'truck', '', 'General Motors', 'Mexico'));
1386 7
        $this->attach(new Manufacturer('3GY', 'Cadillac', 'SUV', '', 'Cadillac', 'Mexico'));
1387 7
        $this->attach(new Manufacturer('3G0', 'Saab', '', '9-4X', '', 'Mexico', 2011, 2011, '', true));
1388 7
        $this->attach(new Manufacturer('3G0', 'Holden', '', 'Equinox', '', 'Mexico', 2018, 2020, '', true));
1389 7
        $this->attach(new Manufacturer('3G1', 'Chevrolet', 'car', '', 'Chevrolet', 'Mexico'));
1390 7
        $this->attach(new Manufacturer('3G2', 'Pontiac', 'car', '', 'Pontiac', 'Mexico'));
1391 7
        $this->attach(new Manufacturer('3G4', 'Buick', 'car', '', 'Buick', 'Mexico'));
1392 7
        $this->attach(new Manufacturer('3G5', 'Buick', 'SUV', '', 'Buick', 'Mexico'));
1393 7
        $this->attach(new Manufacturer('3G7', 'Pontiac', 'SUV', '', 'Pontiac', 'Mexico'));
1394 7
        $this->attach(new Manufacturer('3H', 'Honda', '', '', 'Honda', 'Mexico'));
1395 7
        $this->attach(new Manufacturer('3HA', 'International Trucks', 'incomplete', '', 'International Trucks', 'Mexico'));
1396 7
        $this->attach(new Manufacturer('3HC', 'International Trucks', 'truck', '', 'International Trucks', 'Mexico'));
1397 7
        $this->attach(new Manufacturer('3HG', 'Honda', 'car', '', 'Honda', 'Mexico'));
1398 7
        $this->attach(new Manufacturer('3HM', 'Honda', '', '', 'Honda', 'Mexico'));
1399 7
        $this->attach(new Manufacturer('3HS', 'International Trucks', 'truck', '', 'International Trucks', 'Mexico'));
1400 7
        $this->attach(new Manufacturer('3HS', 'Cat', 'truck', '', 'Caterpillar Trucks', 'Mexico'));
1401 7
        $this->attach(new Manufacturer('3HT', 'International Trucks', 'incomplete', '', 'International Trucks', 'Mexico'));
1402 7
        $this->attach(new Manufacturer('3HT', 'Cat', 'incomplete', '', 'Caterpillar Trucks', 'Mexico'));
1403 7
        $this->attach(new Manufacturer('3H1', 'Honda', 'motorcycle/UTV', '', 'Honda', 'Mexico'));
1404 7
        $this->attach(new Manufacturer('3H3', 'Hyundai Translead', 'truck trailers', '', 'Hyundai de Mexico', 'Mexico'));
1405 7
        $this->attach(new Manufacturer('3JB', 'BRP', 'all-terrain vehicles', '', 'BRP', 'Mexico'));
1406 7
        $this->attach(new Manufacturer('3KP', 'Kia/Hyundai', 'car', '', '', 'Mexico'));
1407 7
        $this->attach(new Manufacturer('3LN', 'Lincoln', 'car', '', 'Lincoln', 'Mexico'));
1408 7
        $this->attach(new Manufacturer('3MA', 'Mercury', '', '', 'Mercury', 'Mexico'));
1409 7
        $this->attach(new Manufacturer('3MD', 'Mazda', 'car', '', 'Mazda', 'Mexico'));
1410 7
        $this->attach(new Manufacturer('3ME', 'Mercury', 'car', '', 'Mercury', 'Mexico'));
1411 7
        $this->attach(new Manufacturer('3MV', 'Mazda', 'SUV', '', 'Mazda', 'Mexico'));
1412 7
        $this->attach(new Manufacturer('3MW', 'BMW', '', '', 'BMW', 'Mexico'));
1413 7
        $this->attach(new Manufacturer('3MY', 'Toyota', 'car', '', 'Mazda de Mexico Vehicle Operation', 'Mexico'));
1414 7
        $this->attach(new Manufacturer('3MZ', 'Mazda', 'car', '', 'Mazda', 'Mexico'));
1415 7
        $this->attach(new Manufacturer('3N', 'Nissan', '', '', 'Nissan', 'Mexico'));
1416 7
        $this->attach(new Manufacturer('3NE', '', 'ATV', '', 'Polaris Inc.', 'Mexico'));
1417 7
        $this->attach(new Manufacturer('3NK', 'Kenworth', '', '', 'Kenworth', 'Mexico'));
1418 7
        $this->attach(new Manufacturer('3NM', 'Peterbilt', '', '', 'Peterbilt', 'Mexico'));
1419 7
        $this->attach(new Manufacturer('3NS', '', 'UTV', '', 'Polaris Inc.', 'Mexico'));
1420 7
        $this->attach(new Manufacturer('3N1', 'Nissan', 'car', '', 'Nissan', 'Mexico'));
1421 7
        $this->attach(new Manufacturer('3N6', 'Nissan', 'truck', '', 'Nissan', 'Mexico'));
1422 7
        $this->attach(new Manufacturer('3N6', 'Chevrolet', '', '', 'Chevrolet City Express', 'Mexico'));
1423 7
        $this->attach(new Manufacturer('3N8', 'Nissan', 'MPV', '', 'Nissan', 'Mexico'));
1424 7
        $this->attach(new Manufacturer('3PC', 'Infiniti', 'SUV', '', 'COMPAS', 'Mexico'));
1425 7
        $this->attach(new Manufacturer('3P3', 'Plymouth', 'car', '', 'Plymouth', 'Mexico'));
1426 7
        $this->attach(new Manufacturer('3TM', 'Toyota', 'truck', '', 'TMMBC', 'Mexico'));
1427 7
        $this->attach(new Manufacturer('3TY', 'Toyota', 'truck', '', 'TMMGT', 'Mexico'));
1428 7
        $this->attach(new Manufacturer('3VV', 'Volkswagen', 'SUV', '', 'Volkswagen', 'Mexico'));
1429 7
        $this->attach(new Manufacturer('3VW', 'Volkswagen', 'car', '', 'Volkswagen', 'Mexico'));
1430 7
        $this->attach(new Manufacturer('3WK', 'Kenworth', 'truck', '', 'Kenworth', 'Mexico'));
1431 7
        $this->attach(new Manufacturer('3WP', 'Peterbilt', 'truck', '', 'Peterbilt', 'Mexico'));
1432 7
        $this->attach(new Manufacturer('4A3', 'Mitsubishi', 'car', '', 'Mitsubishi Motors', 'United States'));
1433 7
        $this->attach(new Manufacturer('4A4', 'Mitsubishi', 'SUV', '', 'Mitsubishi Motors', 'United States'));
1434 7
        $this->attach(new Manufacturer('4B3', 'Dodge', 'car', '', 'Diamond-Star Motors', 'United States'));
1435 7
        $this->attach(new Manufacturer('4B9', '', '', '', 'BYD Coach & Bus LLC', 'United States'));
1436 7
        $this->attach(new Manufacturer('4CD', 'Oshkosh', 'incomplete', '', 'Oshkosh Chassis Division', 'United States'));
1437 7
        $this->attach(new Manufacturer('4C3', 'Chrysler', 'car', '', 'Diamond-Star Motors', 'United States'));
1438 7
        $this->attach(new Manufacturer('4C9', 'Czinger', '', '', 'Czinger', 'United States'));
1439 7
        $this->attach(new Manufacturer('4DR', '', '', '', 'IC Bus, Genesis, International', 'United States'));
1440 7
        $this->attach(new Manufacturer('4E3', 'Eagle', 'car', '', 'Diamond-Star Motors', 'United States'));
1441 7
        $this->attach(new Manufacturer('4F', 'Mazda', '', '', 'Mazda', 'United States'));
1442 7
        $this->attach(new Manufacturer('4F2', 'Mazda', 'SUV', '', 'Mazda', 'United States'));
1443 7
        $this->attach(new Manufacturer('4F4', 'Mazda', 'truck', '', 'Mazda', 'United States'));
1444 7
        $this->attach(new Manufacturer('4GD', 'GMC', '', 'WhiteGMC Brigadier', 'General Motors', 'United States', 1988, 1989, '', true));
1445 7
        $this->attach(new Manufacturer('4GD', 'Opel', '', 'Sintra', '', 'United States'));
1446 7
        $this->attach(new Manufacturer('4GL', 'Buick', 'incomplete', '', 'Buick', 'United States'));
1447 7
        $this->attach(new Manufacturer('4GT', 'Isuzu', 'incomplete', '', 'Isuzu', 'United States'));
1448 7
        $this->attach(new Manufacturer('4GT', 'WhiteGMC', '', '', 'General Motors', 'United States'));
1449 7
        $this->attach(new Manufacturer('4G1', 'Chevrolet', 'convertible', 'Cavalier', 'Genasys L.C.', 'United States'));
1450 7
        $this->attach(new Manufacturer('4G2', 'Pontiac', 'convertible', 'Sunfire', 'Genasys L.C.', 'United States'));
1451 7
        $this->attach(new Manufacturer('4G3', 'Toyota', '', 'Cavalier', 'General Motors', 'United States'));
1452 7
        $this->attach(new Manufacturer('4G5', 'GMC', '', 'EV1', 'General Motors', 'United States'));
1453 7
        $this->attach(new Manufacturer('4JG', 'Mercedes-Benz', 'SUV', '', 'Mercedes-Benz', 'United States'));
1454 7
        $this->attach(new Manufacturer('4KB', 'Chevrolet', 'incomplete', 'W-Series', 'Chevrolet', 'United States'));
1455 7
        $this->attach(new Manufacturer('4KD', 'GMC', 'incomplete', 'W-Series', 'General Motors', 'United States'));
1456 7
        $this->attach(new Manufacturer('4KL', 'Isuzu', 'truck', '', 'General Motors', 'United States', null, null, 'commercial'));
1457 7
        $this->attach(new Manufacturer('4M', 'Mercury', '', '', 'Mercury', 'United States'));
1458 7
        $this->attach(new Manufacturer('4ML', 'Oshkosh', '', '', 'Oshkosh Trailer Division', 'United States'));
1459 7
        $this->attach(new Manufacturer('4MZ', 'Buell', '', '', 'Buell Motorcycle Company', 'United States'));
1460 7
        $this->attach(new Manufacturer('4M2', 'Mercury', 'MPV/SUV', '', 'Mercury', 'United States'));
1461 7
        $this->attach(new Manufacturer('4NU', 'Isuzu', '', 'Ascender', 'General Motors', 'United States'));
1462 7
        $this->attach(new Manufacturer('4N1', 'Nissan', '', '', 'Nissan', 'United States'));
1463 7
        $this->attach(new Manufacturer('4N2', 'Nissan', '', 'Quest', 'Ford', 'United States'));
1464 7
        $this->attach(new Manufacturer('4P1', '', '', '', 'Pierce Manufacturing', 'United States'));
1465 7
        $this->attach(new Manufacturer('4P3', 'Plymouth', 'car', '', 'Diamond-Star Motors', 'United States', 1990, 1994, '', true));
1466 7
        $this->attach(new Manufacturer('4P3', 'Mitsubishi', 'SUV', '', 'Mitsubishi Motors', 'United States', 2013, null, '', true));
1467 7
        $this->attach(new Manufacturer('4RK', 'Nova Bus', '', '', 'Nova Bus', 'United States'));
1468 7
        $this->attach(new Manufacturer('4RK', 'Prevost', '', '', 'Nova Bus', 'United States'));
1469 7
        $this->attach(new Manufacturer('4S', '', '', '', 'Subaru-Isuzu Automotive', 'United States'));
1470 7
        $this->attach(new Manufacturer('4SL', 'Magnum', '', '', 'Magnum', 'United States'));
1471 7
        $this->attach(new Manufacturer('4S1', 'Isuzu', 'truck', '', 'Subaru Isuzu Automotive', 'United States'));
1472 7
        $this->attach(new Manufacturer('4S2', 'Isuzu', 'SUV', '', 'Subaru Isuzu Automotive', 'United States'));
1473 7
        $this->attach(new Manufacturer('4S3', 'Subaru', 'car', '', 'Subaru Isuzu Automotive', 'United States'));
1474 7
        $this->attach(new Manufacturer('4S4', 'Subaru', 'SUV/MPV', '', 'Subaru Isuzu Automotive', 'United States'));
1475 7
        $this->attach(new Manufacturer('4S6', 'Honda', 'SUV', '', 'Subaru Isuzu Automotive', 'United States'));
1476 7
        $this->attach(new Manufacturer('4S7', 'Spartan', 'incomplete', '', 'Spartan Motors', 'United States'));
1477 7
        $this->attach(new Manufacturer('4S9', '', '', '', 'Smith Electric Vehicles US Corp.', 'United States'));
1478 7
        $this->attach(new Manufacturer('4S9', '', 'car', '', 'Scuderia Cameron Glickenhaus', 'United States'));
1479 7
        $this->attach(new Manufacturer('4S9', '', 'M.P.V.', 'SCG Boot', 'Scuderia Cameron Glickenhaus', 'United States'));
1480 7
        $this->attach(new Manufacturer('4S9', 'Spartan', 'truck', '', 'Spartan Fire, LLC', 'United States', null, null, 'formerly Spartan ER'));
1481 7
        $this->attach(new Manufacturer('4S9', 'Spartan', 'incomplete', '', 'Spartan Fire, LLC', 'United States', null, null, 'formerly Spartan ER'));
1482 7
        $this->attach(new Manufacturer('4T', 'Toyota', '', '', 'Toyota', 'United States'));
1483 7
        $this->attach(new Manufacturer('4TA', 'Toyota', 'truck', '', 'NUMMI', 'United States'));
1484 7
        $this->attach(new Manufacturer('4T1', 'Toyota', 'car', '', 'Toyota', 'United States'));
1485 7
        $this->attach(new Manufacturer('4T3', 'Toyota', 'MPV/SUV', '', 'Toyota', 'United States'));
1486 7
        $this->attach(new Manufacturer('4T4', 'Toyota', 'car', '', 'Toyota', 'United States'));
1487 7
        $this->attach(new Manufacturer('4T9', '', '', '', 'Xos, Inc.', 'United States'));
1488 7
        $this->attach(new Manufacturer('4UF', '', '', '', 'Arctic Cat Inc.', 'United States'));
1489 7
        $this->attach(new Manufacturer('4US', 'BMW', 'car', '', 'BMW', 'United States'));
1490 7
        $this->attach(new Manufacturer('4UZ', 'Freightliner', '', '', '', 'United States'));
1491 7
        $this->attach(new Manufacturer('4VA', 'Volvo', 'truck', '', 'Volvo Trucks North America', 'United States'));
1492 7
        $this->attach(new Manufacturer('4VE', 'Volvo', 'incomplete', '', 'Volvo Trucks North America', 'United States'));
1493 7
        $this->attach(new Manufacturer('4VH', 'Volvo', 'incomplete', '', 'Volvo Trucks North America', 'United States'));
1494 7
        $this->attach(new Manufacturer('4VG', 'Volvo', 'truck', '', 'Volvo Trucks North America', 'United States'));
1495 7
        $this->attach(new Manufacturer('4VL', 'Volvo', '', '', 'Volvo', 'United States'));
1496 7
        $this->attach(new Manufacturer('4VM', 'Volvo', 'incomplete', '', 'Volvo Trucks North America', 'United States'));
1497 7
        $this->attach(new Manufacturer('4VZ', 'Spartan', 'incomplete', '', 'Spartan Motors/The Shyft Group', 'United States'));
1498 7
        $this->attach(new Manufacturer('4V1', 'WhiteGMC', 'truck', '', 'General Motors', 'United States'));
1499 7
        $this->attach(new Manufacturer('4V2', 'WhiteGMC', 'incomplete', '', 'General Motors', 'United States'));
1500 7
        $this->attach(new Manufacturer('4V3', 'Volvo', '', '', 'Volvo', 'United States'));
1501 7
        $this->attach(new Manufacturer('4V4', 'Volvo', 'truck', '', 'Volvo Trucks North America', 'United States'));
1502 7
        $this->attach(new Manufacturer('4V5', 'Volvo', 'incomplete', '', 'Volvo Trucks North America', 'United States'));
1503 7
        $this->attach(new Manufacturer('4V6', 'Volvo', '', '', 'Volvo', 'United States'));
1504 7
        $this->attach(new Manufacturer('4XA', '', '', '', 'Polaris Inc.', 'United States'));
1505 7
        $this->attach(new Manufacturer('4YM', '', '', '', 'Carry-On Trailer, Inc.', 'United States'));
1506 7
        $this->attach(new Manufacturer('4Z3', '', 'truck', '', 'American LaFrance', 'United States'));
1507 7
        $this->attach(new Manufacturer('43C', 'Consulier', '', '', 'Consulier', 'United States'));
1508 7
        $this->attach(new Manufacturer('45V', 'Utilimaster', '', '', 'Utilimaster', 'United States'));
1509 7
        $this->attach(new Manufacturer('46G', 'Gillig', 'incomplete', '', 'Gillig', 'United States'));
1510 7
        $this->attach(new Manufacturer('478', 'Honda', 'ATV', '', 'Honda', 'United States'));
1511 7
        $this->attach(new Manufacturer('480', 'Sterling', 'truck', '', 'Sterling Trucks', 'United States'));
1512 7
        $this->attach(new Manufacturer('49H', 'Sterling', 'incomplete', '', 'Sterling Trucks', 'United States'));
1513 7
        $this->attach(new Manufacturer('5AS', 'GEM', '', '', 'GEM', 'United States'));
1514 7
        $this->attach(new Manufacturer('5BZ', 'Nissan', 'bus', '', 'Nissan', 'United States'));
1515 7
        $this->attach(new Manufacturer('5B4', '', 'incomplete', '', 'Workhorse Custom Chassis, LLC', 'United States'));
1516 7
        $this->attach(new Manufacturer('5CD', '', '', '', 'Indian Motorcycle Company of America Gilroy, CA', 'United States'));
1517 7
        $this->attach(new Manufacturer('5CK', '', '', '', 'Western Star Trucks', 'United States'));
1518 7
        $this->attach(new Manufacturer('5CX', 'Shelby', '', 'Series 1', '', 'United States'));
1519 7
        $this->attach(new Manufacturer('5DF', '', '', '', 'Thomas Dennis Company LLC', 'United States'));
1520 7
        $this->attach(new Manufacturer('5EH', '', '', '', 'Excelsior-Henderson Motorcycle', 'United States'));
1521 7
        $this->attach(new Manufacturer('5F', 'Honda', '', '', 'Honda Manufacturing of Alabama', 'United States'));
1522 7
        $this->attach(new Manufacturer('5FN', 'Honda', 'MPV/SUV', '', 'Honda Manufacturing of Alabama', 'United States'));
1523 7
        $this->attach(new Manufacturer('5FP', 'Honda', 'truck', '', 'Honda Manufacturing of Alabama', 'United States'));
1524 7
        $this->attach(new Manufacturer('5FR', 'Acura', 'SUV', '', 'Honda Manufacturing of Alabama', 'United States'));
1525 7
        $this->attach(new Manufacturer('5FY', '', '', '', 'New Flyer', 'United States'));
1526 7
        $this->attach(new Manufacturer('5GA', 'Buick', 'MPV/SUV', '', 'Buick', 'United States'));
1527 7
        $this->attach(new Manufacturer('5GD', 'Daewoo', '', 'G2X', 'Daewoo', 'United States'));
1528 7
        $this->attach(new Manufacturer('5GN', 'Hummer', '', 'H3T', 'Hummer', 'United States'));
1529 7
        $this->attach(new Manufacturer('5GR', 'Hummer', '', 'H2', 'Hummer', 'United States'));
1530 7
        $this->attach(new Manufacturer('5GT', 'Hummer', '', 'H3', 'Hummer', 'United States'));
1531 7
        $this->attach(new Manufacturer('5GZ', 'Saturn', 'MPV/SUV', '', 'Saturn', 'United States'));
1532 7
        $this->attach(new Manufacturer('5G8', 'Holden', '', 'Volt', '', 'United States'));
1533 7
        $this->attach(new Manufacturer('5HD', 'Harley-Davidson', '', '', 'Harley-Davidson', 'United States'));
1534 7
        $this->attach(new Manufacturer('5J6', 'Honda', 'SUV', '', 'Honda of America Mfg. in Ohio', 'United States'));
1535 7
        $this->attach(new Manufacturer('5J8', 'Acura', 'SUV', '', 'Honda of America Mfg. in Ohio', 'United States'));
1536 7
        $this->attach(new Manufacturer('5KB', 'Honda', 'car', '', 'Honda Manufacturing of Alabama', 'United States'));
1537 7
        $this->attach(new Manufacturer('5KJ', '', '', '', 'Western Star Trucks', 'United States'));
1538 7
        $this->attach(new Manufacturer('5KK', '', '', '', 'Western Star Trucks', 'United States'));
1539 7
        $this->attach(new Manufacturer('5L', 'Lincoln', '', '', 'Lincoln', 'United States'));
1540 7
        $this->attach(new Manufacturer('5LD', 'Ford', 'incomplete', '', 'Ford', 'United States', 2010, 2014, '', true));
1541 7
        $this->attach(new Manufacturer('5LD', 'Lincoln', 'incomplete', '', 'Lincoln', 'United States', 2010, 2014, '', true));
1542 7
        $this->attach(new Manufacturer('5LM', 'Lincoln', 'SUV', '', 'Lincoln', 'United States'));
1543 7
        $this->attach(new Manufacturer('5LT', 'Lincoln', 'truck', '', 'Lincoln', 'United States'));
1544 7
        $this->attach(new Manufacturer('5L1', 'Lincoln', 'SUV', '', 'Lincoln', 'United States', 2004, 2009, '', true));
1545 7
        $this->attach(new Manufacturer('5MZ', '', '', '', 'Buell Motorcycle Company', 'United States'));
1546 7
        $this->attach(new Manufacturer('5NM', 'Hyundai', 'SUV', '', 'Hyundai', 'United States'));
1547 7
        $this->attach(new Manufacturer('5NP', 'Hyundai', 'car', '', 'Hyundai', 'United States'));
1548 7
        $this->attach(new Manufacturer('5NT', 'Hyundai', 'truck', '', 'Hyundai', 'United States'));
1549 7
        $this->attach(new Manufacturer('5N1', 'Nissan', 'SUV', '', '', 'United States'));
1550 7
        $this->attach(new Manufacturer('5N1', 'Infiniti', 'SUV', '', '', 'United States'));
1551 7
        $this->attach(new Manufacturer('5N3', 'Infiniti', 'SUV', '', 'Infiniti', 'United States'));
1552 7
        $this->attach(new Manufacturer('5PV', 'Hino', 'incomplete', '', 'Hino', 'United States'));
1553 7
        $this->attach(new Manufacturer('5SA', 'Suzuki', 'ATV', '', 'Suzuki', 'United States'));
1554 7
        $this->attach(new Manufacturer('5SX', '', 'incomplete', '', 'American LaFrance', 'United States'));
1555 7
        $this->attach(new Manufacturer('5S3', 'Saab', '', '9-7X', 'Saab', 'United States'));
1556 7
        $this->attach(new Manufacturer('5T', 'Toyota', 'trucks', '', 'Toyota', 'United States'));
1557 7
        $this->attach(new Manufacturer('5TB', 'Toyota', 'truck', '', 'TMMI', 'United States'));
1558 7
        $this->attach(new Manufacturer('5TD', 'Toyota', 'MPV/SUV', '', 'TMMI', 'United States'));
1559 7
        $this->attach(new Manufacturer('5TE', 'Toyota', 'truck', '', 'NUMMI', 'United States'));
1560 7
        $this->attach(new Manufacturer('5TF', 'Toyota', 'truck', '', 'TMMTX', 'United States'));
1561 7
        $this->attach(new Manufacturer('5T4', 'Workhorse', '', '', 'Workhorse', 'United States'));
1562 7
        $this->attach(new Manufacturer('5UM', 'BMW', 'car', 'M', 'BMW', 'United States'));
1563 7
        $this->attach(new Manufacturer('5UX', 'BMW', 'SUV', '', 'BMW', 'United States'));
1564 7
        $this->attach(new Manufacturer('5VC', 'Autocar', 'incomplete', '', 'Autocar', 'United States'));
1565 7
        $this->attach(new Manufacturer('5VP', '', '', '', 'Victory Motorcycles', 'United States'));
1566 7
        $this->attach(new Manufacturer('5WE', '', 'incomplete', '', 'IC Bus', 'United States'));
1567 7
        $this->attach(new Manufacturer('5XX', 'Kia', 'car', '', 'Kia', 'United States'));
1568 7
        $this->attach(new Manufacturer('5XY', 'Kia/Hyundai', 'SUV', '', 'Kia/Hyundai', 'United States'));
1569 7
        $this->attach(new Manufacturer('5YA', '', '', '', 'Indian Motorcycle Company Kings Mountain, NC', 'United States'));
1570 7
        $this->attach(new Manufacturer('5YF', 'Toyota', 'car', '', 'TMMMS', 'United States'));
1571 7
        $this->attach(new Manufacturer('5YJ', 'Tesla', '', '', 'Tesla Motors', 'United States'));
1572 7
        $this->attach(new Manufacturer('5YM', 'BMW', 'SUV', 'M', '', 'United States'));
1573 7
        $this->attach(new Manufacturer('5Y2', 'Pontiac', '', 'Vibe', 'NUMMI', 'United States'));
1574 7
        $this->attach(new Manufacturer('5Y4', 'Yamaha', 'ATV, UTV', '', 'Yamaha Motor Company', 'United States'));
1575 7
        $this->attach(new Manufacturer('5Z6', 'Suzuki', 'truck', '', 'Nissan', 'United States'));
1576 7
        $this->attach(new Manufacturer('50E', '', '', '', 'Lucid Motors', 'United States'));
1577 7
        $this->attach(new Manufacturer('50G', '', '', '', 'Karma Automotive', 'United States'));
1578 7
        $this->attach(new Manufacturer('51R', '', '', '', 'Brammo Motorcycles', 'United States'));
1579 7
        $this->attach(new Manufacturer('516', 'Autocar', 'truck', '', 'Autocar', 'United States'));
1580 7
        $this->attach(new Manufacturer('52C', '', '', '', 'GEM subsidiary of Polaris Inc.', 'United States'));
1581 7
        $this->attach(new Manufacturer('523', 'VPG', '', '', '', 'United States'));
1582 7
        $this->attach(new Manufacturer('53G', '', '', '', 'Coda Automotive', 'United States'));
1583 7
        $this->attach(new Manufacturer('53T', '', '', '', 'Think North America', 'United States', null, null, 'in Elkhart, IN'));
1584 7
        $this->attach(new Manufacturer('538', '', '', '', 'Zero Motorcycles', 'United States'));
1585 7
        $this->attach(new Manufacturer('546', 'EBR', '', '', 'EBR', 'United States'));
1586 7
        $this->attach(new Manufacturer('54C', '', 'trailer', '', 'Winnebago Industries', 'United States'));
1587 7
        $this->attach(new Manufacturer('54D', 'Isuzu', 'trucks', '', 'Spartan Motors/The Shyft Group', 'United States'));
1588 7
        $this->attach(new Manufacturer('54D', 'Chevrolet', 'trucks', '', 'Spartan Motors/The Shyft Group', 'United States'));
1589 7
        $this->attach(new Manufacturer('55S', 'Mercedes-Benz', 'car', '', 'Mercedes-Benz', 'United States'));
1590 7
        $this->attach(new Manufacturer('56K', '', '', '', 'Indian Motorcycle International, LLC', 'United States', null, null, 'Polaris subsidiary'));
1591 7
        $this->attach(new Manufacturer('57W', '', '', '', 'Mobility Ventures', 'United States'));
1592 7
        $this->attach(new Manufacturer('57X', 'Polaris', '', 'Slingshot', 'Polaris', 'United States'));
1593 7
        $this->attach(new Manufacturer('58A', 'Lexus', 'car', '', 'TMMK', 'United States'));
1594 7
        $this->attach(new Manufacturer('6AB', 'MAN', '', '', 'MAN', 'Australia'));
1595 7
        $this->attach(new Manufacturer('6FM', 'Mack', '', '', 'Mack Trucks', 'Australia'));
1596 7
        $this->attach(new Manufacturer('6FP', 'Ford', '', '', 'Ford Motor Company', 'Australia'));
1597 7
        $this->attach(new Manufacturer('6F1', 'Ford', '', '', 'Ford Motor Company', 'Australia'));
1598 7
        $this->attach(new Manufacturer('6F2', 'Iveco', '', '', 'Iveco Trucks Australia Ltd.', 'Australia'));
1599 7
        $this->attach(new Manufacturer('6F4', 'Nissan', '', '', 'Nissan Motor', 'Australia'));
1600 7
        $this->attach(new Manufacturer('6F5', 'Kenworth', '', '', 'Kenworth', 'Australia'));
1601 7
        $this->attach(new Manufacturer('6G', '', '', '', 'General Motors', 'Australia'));
1602 7
        $this->attach(new Manufacturer('6G1', 'Holden', '', '', 'General Motors-Holden', 'Australia', 2002));
1603 7
        $this->attach(new Manufacturer('6G2', 'Pontiac', '', '', 'Pontiac', 'Australia'));
1604 7
        $this->attach(new Manufacturer('6G3', 'Chevrolet', '', '', 'Chevrolet', 'Australia'));
1605 7
        $this->attach(new Manufacturer('6H', 'Holden', '', '', 'Holden', 'Australia'));
1606 7
        $this->attach(new Manufacturer('6H8', '', '', '', 'General Motors-Holden', 'Australia', null, 2002));
1607 7
        $this->attach(new Manufacturer('6MM', 'Mitsubishi', '', '', 'Mitsubishi Motors', 'Australia'));
1608 7
        $this->attach(new Manufacturer('6MP', 'Mercury', '', 'Capri', 'Mercury', 'Australia'));
1609 7
        $this->attach(new Manufacturer('6T1', 'Toyota', '', '', 'Toyota Motor Corporation', 'Australia'));
1610 7
        $this->attach(new Manufacturer('6T9', '', '', 'Trailer', '', 'Australia'));
1611 7
        $this->attach(new Manufacturer('6U9', '', '', '', 'Privately Imported car in Australia', 'Australia', null, null, 'Low Volume (Grey) Import Vehicles which don\'t have 17 Digit VIN.'));
1612 7
        $this->attach(new Manufacturer('6ZZ', '', '', '', 'Privately Imported car in Australia', 'Australia', null, null, 'Low Volume (Grey) Import Vehicles which don\'t have 17 Digit VIN.'));
1613 7
        $this->attach(new Manufacturer('7A1', 'Mitsubishi', '', '', 'Mitsubishi', 'New Zealand'));
1614 7
        $this->attach(new Manufacturer('7A3', 'Honda', '', '', 'Honda', 'New Zealand'));
1615 7
        $this->attach(new Manufacturer('7A4', 'Toyota', '', '', 'Toyota', 'New Zealand'));
1616 7
        $this->attach(new Manufacturer('7A5', 'Ford', '', '', 'Ford', 'New Zealand'));
1617 7
        $this->attach(new Manufacturer('7A7', 'Nissan', '', '', 'Nissan', 'New Zealand'));
1618 7
        $this->attach(new Manufacturer('7A8', '', '', '', 'NZ Transport Agency', 'New Zealand', null, 2009, '', true));
1619 7
        $this->attach(new Manufacturer('7AT', '', '', '', 'NZ Transport Agency', 'New Zealand', 2009, null, '', true));
1620 7
        $this->attach(new Manufacturer('7FA', 'Honda', 'SUV', '', 'Honda Manufacturing of Indiana', 'United States'));
1621 7
        $this->attach(new Manufacturer('7FC', 'Rivian', 'truck', '', 'Rivian', 'United States'));
1622 7
        $this->attach(new Manufacturer('7GZ', 'GMC', 'incomplete', '', 'Navistar International', 'United States'));
1623 7
        $this->attach(new Manufacturer('7G2', 'Tesla', '', 'Cybertruck', 'Tesla', 'United States'));
1624 7
        $this->attach(new Manufacturer('7G2', 'Tesla', '', 'Semi', 'Tesla', 'United States'));
1625 7
        $this->attach(new Manufacturer('7H4', 'Hino', 'truck', '', '', 'United States'));
1626 7
        $this->attach(new Manufacturer('7JR', 'Volvo', 'car', '', 'Volvo Cars', 'United States'));
1627 7
        $this->attach(new Manufacturer('7JZ', 'Proterra', '', '', '', 'United States', 2019, null, '', true));
1628 7
        $this->attach(new Manufacturer('7KG', '', '', '', 'Vanderhall Motor Works', 'United States'));
1629 7
        $this->attach(new Manufacturer('7MM', 'Mazda', 'SUV', '', 'MTMUS (Mazda-Toyota Joint Venture)', 'United States'));
1630 7
        $this->attach(new Manufacturer('7MU', 'Toyota', 'SUV', '', 'MTMUS (Mazda-Toyota Joint Venture)', 'United States'));
1631 7
        $this->attach(new Manufacturer('7NA', '', '', '', 'Navistar Defense', 'United States'));
1632 7
        $this->attach(new Manufacturer('7NY', '', '', '', 'Lordstown Motors', 'United States'));
1633 7
        $this->attach(new Manufacturer('7PD', 'Rivian', 'SUV', '', 'Rivian', 'United States'));
1634 7
        $this->attach(new Manufacturer('7RZ', '', '', '', 'Electric Last Mile Solutions', 'United States'));
1635 7
        $this->attach(new Manufacturer('7R4', '', '', '', 'Icon Electric Vehicles', 'United States'));
1636 7
        $this->attach(new Manufacturer('7SA', 'Tesla', 'SUV', '', 'Tesla', 'United States', 2022, null, '', true));
1637 7
        $this->attach(new Manufacturer('7SU', 'Blue Arc', 'electric trucks', '', 'The Shyft Group', 'United States'));
1638 7
        $this->attach(new Manufacturer('7SV', 'Toyota', 'SUV', '', 'TMMTX', 'United States'));
1639 7
        $this->attach(new Manufacturer('7SX', '', '', '', 'Global Electric Motorcars', 'United States'));
1640 7
        $this->attach(new Manufacturer('7Z0', 'Zoox', '', '', 'Zoox', 'United States'));
1641 7
        $this->attach(new Manufacturer('8AC', 'Mercedes-Benz', 'vans', '', 'Mercedes-Benz', 'Argentina'));
1642 7
        $this->attach(new Manufacturer('8AD', 'Peugeot', '', '', 'Peugeot', 'Argentina'));
1643 7
        $this->attach(new Manufacturer('8AE', 'Peugeot', 'van', '', 'Peugeot', 'Argentina'));
1644 7
        $this->attach(new Manufacturer('8AF', 'Ford', '', '', 'Ford Motor Company', 'Argentina'));
1645 7
        $this->attach(new Manufacturer('8AG', 'Chevrolet', '', '', 'General Motors', 'Argentina'));
1646 7
        $this->attach(new Manufacturer('8AJ', 'Toyota', '', '', 'Toyota', 'Argentina'));
1647 7
        $this->attach(new Manufacturer('8AK', 'Suzuki', '', '', 'Suzuki', 'Argentina'));
1648 7
        $this->attach(new Manufacturer('8AN', 'Nissan', '', '', 'Nissan', 'Argentina'));
1649 7
        $this->attach(new Manufacturer('8AP', 'Fiat', '', '', 'Fiat', 'Argentina'));
1650 7
        $this->attach(new Manufacturer('8AT', 'Iveco', '', '', 'Iveco', 'Argentina'));
1651 7
        $this->attach(new Manufacturer('8AW', 'Volkswagen', '', '', 'Volkswagen', 'Argentina'));
1652 7
        $this->attach(new Manufacturer('8A1', 'Renault', '', '', 'Renault', 'Argentina'));
1653 7
        $this->attach(new Manufacturer('8A3', 'Scania', '', '', 'Scania', 'Argentina'));
1654 7
        $this->attach(new Manufacturer('8BB', '', '', '', 'Agrale Argentina S.A', 'Argentina'));
1655 7
        $this->attach(new Manufacturer('8BC', 'Citroën', '', '', 'Citroën', 'Argentina'));
1656 7
        $this->attach(new Manufacturer('8BN', 'Mercedes-Benz', 'incomplete', '', 'Mercedes-Benz', 'Argentina'));
1657 7
        $this->attach(new Manufacturer('8BR', 'Mercedes-Benz', 'bus', '', 'Mercedes-Benz', 'Argentina'));
1658 7
        $this->attach(new Manufacturer('8BT', 'Mercedes-Benz', 'MPV', '', 'Mercedes-Benz', 'Argentina'));
1659 7
        $this->attach(new Manufacturer('8BU', 'Mercedes-Benz', 'truck', '', 'Mercedes-Benz', 'Argentina'));
1660 7
        $this->attach(new Manufacturer('8CH', 'Honda', 'motorcycle', '', 'Honda', 'Argentina'));
1661 7
        $this->attach(new Manufacturer('8C3', 'Honda', 'car/SUV', '', 'Honda', 'Argentina'));
1662 7
        $this->attach(new Manufacturer('8F9', '', '', '', 'Reborn Electric Motors SPA', 'Chile'));
1663 7
        $this->attach(new Manufacturer('8GD', 'Peugeot', '', '', 'Automotores Franco Chilena S.A Peugeot', 'Chile'));
1664 7
        $this->attach(new Manufacturer('8GG', 'GMC', '', '', 'General Motors Chile Ltda.', 'Chile'));
1665 7
        $this->attach(new Manufacturer('8G1', 'Renault', '', '', 'Automotores Franco Chilena S.A Renault', 'Chile'));
1666 7
        $this->attach(new Manufacturer('8L4', 'Great Wall Motors', '', '', 'Ciudad del Auto Ciauto Cia. Ltda.', 'Ecuador'));
1667 7
        $this->attach(new Manufacturer('8LB', 'GMC', '', '', 'General Motors OBB', 'Ecuador'));
1668 7
        $this->attach(new Manufacturer('8LF', 'Maresa', '', '', 'Mazda', 'Ecuador'));
1669 7
        $this->attach(new Manufacturer('8LG', 'Aymesa', '', '', 'Hyundai Motor & Kia', 'Ecuador'));
1670 7
        $this->attach(new Manufacturer('8XD', 'Ford', '', '', 'Ford Motor Venezuela', 'Venezuela'));
1671 7
        $this->attach(new Manufacturer('8XJ', 'Mack', '', '', 'Mack de Venezuela C.A.', 'Venezuela'));
1672 7
        $this->attach(new Manufacturer('8XV', 'Iveco', '', '', 'Iveco Venezuela C.A.', 'Venezuela'));
1673 7
        $this->attach(new Manufacturer('8Z1', 'GMC', '', '', 'General Motors Venezolana C.A.', 'Venezuela'));
1674 7
        $this->attach(new Manufacturer('829', '', '', '', 'Quantum Motors', 'Bolivia'));
1675 7
        $this->attach(new Manufacturer('9AM', 'Massari', '', '', 'Massari', 'Brazil'));
1676 7
        $this->attach(new Manufacturer('9BD', 'Fiat', '', '', 'Fiat Automóveis', 'Brazil'));
1677 7
        $this->attach(new Manufacturer('9BF', 'Ford', '', '', 'Ford Brasil', 'Brazil'));
1678 7
        $this->attach(new Manufacturer('9BG', 'Chevrolet', '', '', 'General Motors do Brasil', 'Brazil'));
1679 7
        $this->attach(new Manufacturer('9BH', 'Hyundai', '', '', 'Hyundai Motor Brasil', 'Brazil'));
1680 7
        $this->attach(new Manufacturer('9BM', 'Mercedes-Benz', 'commercial truck', '', '', 'Brazil'));
1681 7
        $this->attach(new Manufacturer('9BM', 'Mercedes-Benz', 'car', '', '', 'Brazil'));
1682 7
        $this->attach(new Manufacturer('9BM', 'Mercedes-Benz', 'SUV', '', '', 'Brazil'));
1683 7
        $this->attach(new Manufacturer('9BN', 'Mafersa', '', '', 'Mafersa', 'Brazil'));
1684 7
        $this->attach(new Manufacturer('9BR', 'Toyota', '', '', 'Toyota', 'Brazil'));
1685 7
        $this->attach(new Manufacturer('9BS', 'Scania', '', '', 'Scania Brazil', 'Brazil'));
1686 7
        $this->attach(new Manufacturer('9BV', 'Volvo', '', '', 'Volvo Trucks', 'Brazil'));
1687 7
        $this->attach(new Manufacturer('9BW', 'Volkswagen', '', '', 'Volkswagen do Brasil', 'Brazil'));
1688 7
        $this->attach(new Manufacturer('9BY', 'Agrale', '', '', 'Agrale S.A.', 'Brazil'));
1689 7
        $this->attach(new Manufacturer('9C2', 'Honda', '', '', 'Honda Motorcycles', 'Brazil'));
1690 7
        $this->attach(new Manufacturer('9C6', 'Yamaha', '', '', 'Yamaha Motor', 'Brazil'));
1691 7
        $this->attach(new Manufacturer('9CD', 'Suzuki', 'motorcycles', '', 'J. Toledo Motos do Brasil', 'Brazil'));
1692 7
        $this->attach(new Manufacturer('9DW', 'Kenworth', 'trucks', '', 'Volkswagen', 'Brazil'));
1693 7
        $this->attach(new Manufacturer('9DW', 'Peterbilt', 'trucks', '', 'Volkswagen', 'Brazil'));
1694 7
        $this->attach(new Manufacturer('9FB̈́', 'Sofasa', '', '', 'Renault', 'Colombia'));
1695 7
        $this->attach(new Manufacturer('9FC', 'Mazda', '', '', 'Compañía Colombiana Automotriz S.A.', 'Colombia'));
1696 7
        $this->attach(new Manufacturer('9GA', 'Chevrolet', '', '', 'GM Colmotores S.A.', 'Colombia'));
1697 7
        $this->attach(new Manufacturer('9UJ', 'Chery', '', '', 'Chery Socma S.A.', 'Uruguay'));
1698 7
        $this->attach(new Manufacturer('9UK', 'Lifan', '', '', 'Lifan', 'Uruguay'));
1699 7
        $this->attach(new Manufacturer('9UW', 'Kia', '', '', 'Nordex S.A.', 'Uruguay'));
1700 7
        $this->attach(new Manufacturer('9V7', 'Citroen', '', '', 'Nordex S.A.', 'Uruguay'));
1701 7
        $this->attach(new Manufacturer('9V8', 'Peugeot', '', '', 'Nordex S.A.', 'Uruguay'));
1702 7
        $this->attach(new Manufacturer('93C', 'Chevrolet', 'SUV', '', 'General Motors do Brasil', 'Brazil'));
1703 7
        $this->attach(new Manufacturer('93H', 'Honda', 'car/SUV', '', 'Honda', 'Brazil'));
1704 7
        $this->attach(new Manufacturer('93K', 'Volvo', '', '', 'Volvo Trucks', 'Brazil'));
1705 7
        $this->attach(new Manufacturer('93P', 'Volare', '', '', 'Volare', 'Brazil'));
1706 7
        $this->attach(new Manufacturer('93R', 'Toyota', '', '', 'Toyota', 'Brazil'));
1707 7
        $this->attach(new Manufacturer('93S', '', '', '', 'Navistar International', 'Brazil'));
1708 7
        $this->attach(new Manufacturer('93U', 'Audi', '', '', 'Audi', 'Brazil', 1999, 2006));
1709 7
        $this->attach(new Manufacturer('93V', '', '', '', 'Navistar International', 'Brazil'));
1710 7
        $this->attach(new Manufacturer('93W', 'Fiat', '', 'Ducato', 'Iveco', 'Brazil', 2000, 2016));
1711 7
        $this->attach(new Manufacturer('93X', 'Suzuki', '', 'Jimny', 'Souza Ramos', 'Brazil'));
1712 7
        $this->attach(new Manufacturer('93X', 'Mitsubishi', '', '', 'Souza Ramos', 'Brazil'));
1713 7
        $this->attach(new Manufacturer('93Y', 'Renault', '', '', 'Renault do Brasil', 'Brazil'));
1714 7
        $this->attach(new Manufacturer('93Z', 'Iveco', '', '', 'Iveco', 'Brazil'));
1715 7
        $this->attach(new Manufacturer('932', 'Harley-Davidson', '', '', 'Harley-Davidson', 'Brazil'));
1716 7
        $this->attach(new Manufacturer('935', 'Citroën', '', '', 'Citroën', 'Brazil'));
1717 7
        $this->attach(new Manufacturer('936', 'Peugeot', '', '', 'Peugeot', 'Brazil'));
1718 7
        $this->attach(new Manufacturer('937', 'Dodge', '', '', 'Dodge', 'Brazil'));
1719 7
        $this->attach(new Manufacturer('94D', 'Nissan', '', '', 'Nissan', 'Brazil'));
1720 7
        $this->attach(new Manufacturer('94G', 'Indabra', '', '', 'Indabra', 'Brazil'));
1721 7
        $this->attach(new Manufacturer('94M', '', '', '', 'HVR-Busscar', 'Brazil'));
1722 7
        $this->attach(new Manufacturer('94N', '', '', '', 'RWM Brazil', 'Brazil'));
1723 7
        $this->attach(new Manufacturer('94T', '', '', '', 'Troller Veículos Especiais', 'Brazil'));
1724 7
        $this->attach(new Manufacturer('953', '', '', '', 'VW Truck & Bus', 'Brazil'));
1725 7
        $this->attach(new Manufacturer('953', '', '', '', 'MAN Truck & Bus', 'Brazil'));
1726 7
        $this->attach(new Manufacturer('95P', 'Hyundai', '', '', 'CAOA', 'Brazil'));
1727 7
        $this->attach(new Manufacturer('95P', 'CAOA', '', 'Chery', 'CAOA', 'Brazil'));
1728 7
        $this->attach(new Manufacturer('95V', 'Dafra', '', '', 'Dafra Motos', 'Brazil', null, null, 'motorscooters from SYM'));
1729 7
        $this->attach(new Manufacturer('95V', 'Ducati', '', '', 'Dafra Motos', 'Brazil'));
1730 7
        $this->attach(new Manufacturer('95V', 'KTM', '', '', 'Dafra Motos', 'Brazil'));
1731 7
        $this->attach(new Manufacturer('95V', 'MV', '', 'Agusta', 'Dafra Motos', 'Brazil'));
1732 7
        $this->attach(new Manufacturer('95V', 'BMW', 'motorcycles', '', 'Dafra Motos', 'Brazil', 2009, 2016));
1733 7
        $this->attach(new Manufacturer('95Z', 'Buell Motorcycle Company', '', '', 'Harley-Davidson Brazil', 'Brazil'));
1734 7
        $this->attach(new Manufacturer('96P', 'Kawasaki', '', '', 'Kawasaki', 'Brazil'));
1735 7
        $this->attach(new Manufacturer('97N', 'Triumph', '', '', 'Triumph Motorcycles Ltd', 'Brazil'));
1736 7
        $this->attach(new Manufacturer('988', 'Jeep', '', '', 'Goiana plant', 'Brazil'));
1737 7
        $this->attach(new Manufacturer('988', 'Fiat', '', '', 'Goiana plant', 'Brazil'));
1738 7
        $this->attach(new Manufacturer('98M', 'BMW', 'car/SUV', '', 'BMW', 'Brazil'));
1739 7
        $this->attach(new Manufacturer('98R', 'Chery', '', '', 'Chery', 'Brazil'));
1740 7
        $this->attach(new Manufacturer('99A', 'Audi', '', '', 'Audi', 'Brazil', 2016));
1741 7
        $this->attach(new Manufacturer('99J', 'JLR', '', '', 'Jaguar Land Rover', 'Brazil'));
1742 7
        $this->attach(new Manufacturer('99K', 'Haojue', '', '', 'JTZ Indústria e Comércio de Motos', 'Brazil'));
1743 7
        $this->attach(new Manufacturer('99K', 'Kymco', '', '', 'JTZ Indústria e Comércio de Motos', 'Brazil'));
1744 7
        $this->attach(new Manufacturer('99L', 'BYD', '', '', 'BYD', 'Brazil'));
1745 7
        $this->attach(new Manufacturer('99Z', 'BMW', '', '', 'BMW Motorrad Motorcycle', 'Brazil', 2017));
1746
    }
1747
}
1748