Skip to content

Commit

Permalink
Fixed: missing path
Browse files Browse the repository at this point in the history
  • Loading branch information
den1s committed Dec 9, 2021
1 parent f33ef41 commit 3239d0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/TmsDevice.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

class TmsDevice extends TmsExtendedModel
{
protected $path = 'devices';

/**
* @var string
*/
Expand Down

0 comments on commit 3239d0a

Please sign in to comment.