Skip to content

Commit 74ca7e6

Browse files
authored
Merge pull request #28 from sdebacker/patch-1
Missing use statement
2 parents 600e020 + 327f601 commit 74ca7e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ You can store an Invoice in your database using the Eloquent Model: `Finller\Inv
201201
Here is a full example:
202202

203203
```php
204+
use Brick\Money\Money;
204205
use Finller\Invoice\Invoice;
205206
use Finller\Invoice\InvoiceState;
206207
use Finller\Invoice\InvoiceType;

0 commit comments

Comments
 (0)