Skip to content

Commit 08a7307

Browse files
committed
Fixed issue with property not existing
1 parent 1c82037 commit 08a7307

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: src/LaravelVehapi.php

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ class LaravelVehapi
1616
*/
1717
private $vehApiVersion;
1818

19+
/**
20+
* @var boolean
21+
*/
22+
private $vehCheckSslCert;
23+
1924
/**
2025
* Create a new controller instance.
2126
*/

0 commit comments

Comments
 (0)