Skip to content

Commit

Permalink
Merge pull request #45 from joemugen/feature/note-fields
Browse files Browse the repository at this point in the history
Adds the NoteFields resource
  • Loading branch information
IsraelOrtuno authored Jul 2, 2018
2 parents 1c12e0e + b92f724 commit ee0ea13
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ Every Resource logic is located at the `src/Resources` directory. However we'll
| GlobalMessages | :white_check_mark: 2/2 | |
| Goals | :warning: 5/6 | Missing goal results method |
| Notes | :white_check_mark: 5/5 | |
| NoteFields | :white_check_mark: 1/1 | |
| OrganizationFields | :white_check_mark: 6/6 | |
| OrganizationRelationships | :white_check_mark: 5/5 | |
| Organizations | :white_check_mark: 18/18 | |
Expand Down
9 changes: 9 additions & 0 deletions src/Resources/NoteFields.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

namespace Devio\Pipedrive\Resources;

use Devio\Pipedrive\Resources\Basics\Resource;

class NoteFields extends Resource
{
}

0 comments on commit ee0ea13

Please sign in to comment.