8000 Move reply trait to correct namespace. · josh-taylor/laravel-json-api@94945f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 94945f7

Browse files
committed
Move reply trait to correct namespace.
1 parent d61fedd commit 94945f7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Http/Controllers/JsonApiController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change BEB4
@@ -21,6 +21,7 @@
2121
use CloudCreativity\JsonApi\Contracts\Object\ResourceInterface;
2222
use CloudCreativity\LaravelJsonApi\Contracts\Http\Requests\RequestHandlerInterface;
2323
use CloudCreativity\LaravelJsonApi\Document\GeneratesLinks;
24+
use CloudCreativity\LaravelJsonApi\Http\Responses\ReplyTrait;
2425
use Illuminate\Http\Response;
2526
use Illuminate\Routing\Controller;
2627

src/Http/Controllers/ReplyTrait.php renamed to src/Http/Responses/ReplyTrait.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
namespace CloudCreativity\LaravelJsonApi\Http\Controllers;
20-
21-
use CloudCreativity\LaravelJsonApi\Http\Responses\ResponseFactory;
19+
namespace CloudCreativity\LaravelJsonApi\Http\Responses;
2220

2321
/**
2422
* Class ReplyTrait

0 commit comments

Comments
 (0)
0