Skip to content

Commit

Permalink
Merge pull request #149 from chandachewe10/master
Browse files Browse the repository at this point in the history
Importing My Custom Driver Class
  • Loading branch information
stevebauman authored Sep 28, 2023
2 parents d0f2410 + bf4a3ff commit fe830e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Then, insert your driver class name into the configuration file:
```php
// config/location.php

'driver' => App\Locations\MyDriver::class,
'driver' => App\Location\Drivers\MyDriver::class,
```

## Upgrading from v6
Expand Down

0 comments on commit fe830e0

Please sign in to comment.