Skip to content

Commit 7b42997

Browse files
author
Jolita Grazyte
committed
refactoring view
1 parent 6ae44fc commit 7b42997

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/Feed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ public function feed($feed) : HttpResponse
3232
'updated' => $feed['updated'],
3333
];
3434

35-
return Response::view('laravel-feed::rss', $data, 200, ['Content-Type' => 'application/atom+xml; chartset=UTF-8']);
35+
return Response::view('laravel-feed::feed', $data, 200, ['Content-Type' => 'application/atom+xml; chartset=UTF-8']);
3636
}
3737
}

0 commit comments

Comments
 (0)