We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a9411 commit 1c0b366Copy full SHA for 1c0b366
src/Picqer/Financials/Moneybird/Entities/Project.php
@@ -21,7 +21,7 @@ class Project extends Model
21
protected $fillable = [
22
'id',
23
'name',
24
- 'state'
+ 'state',
25
];
26
27
/**
src/Picqer/Financials/Moneybird/Entities/TimeEntry.php
@@ -47,6 +47,6 @@ class TimeEntry extends Model
47
protected $singleNestedEntities = [
48
'user' => User::class,
49
'project' => Project::class,
50
- 'detail' => SalesInvoiceDetail::class
+ 'detail' => SalesInvoiceDetail::class,
51
52
}
0 commit comments