Skip to content

Commit

Permalink
style fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadmp97 committed Oct 15, 2023
1 parent 3d558b5 commit ffca015
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/FeedController.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function __construct()
public function index(Feed $feedService)
{
$challenges = $feedService->get();

return $this->ok(
ChallengeResource::collection($challenges)
);
Expand Down
1 change: 0 additions & 1 deletion app/Services/Feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace App\Services;

use App\Models\Challenge;
use App\Models\User;

class Feed
{
Expand Down

0 comments on commit ffca015

Please sign in to comment.