File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public function toArray(): array
2020 'my-key-1 ' => 'my value 1 ' ,
2121 'my-key-2 ' => 'my value 2 ' ,
2222 ],
23- '@cdata ' => '<h1> ' . $ this ->model ->name . '</h1> ' ,
23+ '@cdata ' => '<h1> ' . $ this ->model ->name . '</h1> ' ,
2424 ],
2525 ];
2626 }
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ public function header(): string
2525 $ url = config ('app.url ' );
2626
2727 return <<<XML
28- <rss xmlns:g="http://base.google.com/ns/1.0" version="2.0">
29- <channel>
30- <title> $ name</title>
31- <link> $ url</link>
28+ <rss xmlns:g="http://base.google.com/ns/1.0" version="2.0">
29+ <channel>
30+ <title> $ name</title>
31+ <link> $ url</link>
3232
33- XML ;
33+ XML ;
3434 }
3535
3636 public function footer (): string
You can’t perform that action at this time.
0 commit comments