Skip to content

Commit fa72f08

Browse files
Correcting namespace for Orders
1 parent 082c124 commit fa72f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ Same goes for `Orders`, these files will also be placed at `app/Model/Api`:
331331
```php
332332
<?php namespace App\Model\Api;
333333

334-
use App\Orders;
334+
use App\Model\Database\Orders;
335335
use NilPortugues\Api\Mappings\JsonApiMapping;
336336

337337
class OrdersTransformer implements JsonApiMapping

0 commit comments

Comments
 (0)