Skip to content

Commit

Permalink
Add trips facades
Browse files Browse the repository at this point in the history
  • Loading branch information
aislandener committed Jun 8, 2022
1 parent 44c6f60 commit 6b09f2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.6.1
* TripsServices mapped in MixTelematics Facade

## 0.6.0
* Create Model Trip (memory only)
* Create Service Trip
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aislandener/mix-telematics-laravel",
"description": "MiX Telematics Communication API with Laravel",
"type": "library",
"version": "0.6.0",
"version": "0.6.1",
"require": {
"php": "^8.0",
"jumbojett/openid-connect-php": "^0.9.3",
Expand Down
2 changes: 2 additions & 0 deletions src/Facades/MixTelematics.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use Aislandener\MixTelematicsLaravel\Services\DriversService;
use Aislandener\MixTelematicsLaravel\Services\GroupService;
use Aislandener\MixTelematicsLaravel\Services\PositionService;
use Aislandener\MixTelematicsLaravel\Services\TripService;
use Illuminate\Support\Facades\Facade;

/**
Expand All @@ -15,6 +16,7 @@
* @method static AssetService assets()
* @method static GroupService groups()
* @method static PositionService positions()
* @method static TripService trips()
*/
class MixTelematics extends Facade
{
Expand Down

0 comments on commit 6b09f2a

Please sign in to comment.