Skip to content

Commit

Permalink
Missing $system property on DataSource (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjuric authored Sep 9, 2021
1 parent 2d60259 commit 4886f17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DataSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* @property-read string $uuid
* @property-read string $status
* @property-read string $created_at
* @property-read string $system
*/
class DataSource extends AbstractResource
{
Expand Down

0 comments on commit 4886f17

Please sign in to comment.