We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe16ed commit 8bedf3fCopy full SHA for 8bedf3f
test.php
@@ -6,7 +6,7 @@
6
use Unicodeveloper\Mvrd\Mvrd;
7
8
// Instantiate Mvrd and pass a valid plate number
9
-$obj = new Mvrd('xxxxxxx');
+$obj = new Mvrd('xxxxxxxxxx');
10
11
// Call the getData method to return an array with the following details:
12
// plateNumber, Owner Name, Color, Model, Chasis Number, Vehicle Status, License Issue Date and Expiry Date
0 commit comments