Skip to content

Commit b392337

Browse files
authored
Merge pull request #312 from damian-elenbaas/main
Added Attachment trait to Estimate entity
2 parents d2085eb + 8bc80e8 commit b392337

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Picqer/Financials/Moneybird/Entities/Estimate.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Picqer\Financials\Moneybird\Entities;
44

55
use InvalidArgumentException;
6+
use Picqer\Financials\Moneybird\Actions\Attachment;
67
use Picqer\Financials\Moneybird\Actions\Downloadable;
78
use Picqer\Financials\Moneybird\Actions\Filterable;
89
use Picqer\Financials\Moneybird\Actions\FindAll;
@@ -24,7 +25,7 @@
2425
*/
2526
class Estimate extends Model
2627
{
27-
use FindAll, FindOne, Storable, Removable, Synchronizable, Filterable, Downloadable, Noteable;
28+
use Attachment, FindAll, FindOne, Storable, Removable, Synchronizable, Filterable, Downloadable, Noteable;
2829

2930
/**
3031
* @var array

0 commit comments

Comments
 (0)