Skip to content

Commit f1cb45b

Browse files
Add a tag to publish views
1 parent 5da072f commit f1cb45b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to `laravel-feed` will be documented in this file
44

5+
## 1.3.1 - 2017-05-12
6+
- add a tag to publish views
7+
58
## 1.3.0 - 2017-04-13
69
- allow views to be published
710

src/FeedServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function boot()
1919

2020
$this->publishes([
2121
__DIR__.'/../resources/views' => resource_path('views/vendor/laravel-feed'),
22-
]);
22+
], 'views');
2323

2424
$this->bindFeedLinks();
2525
}

0 commit comments

Comments
 (0)