Skip to content

Commit

Permalink
Update views publish
Browse files Browse the repository at this point in the history
  • Loading branch information
joselfonseca committed Aug 25, 2015
1 parent 89d85f8 commit 9755387
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/PayuLatamServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ public function boot()
$this->publishes([
__DIR__ . '/config/payulatam.php' => config_path('payulatam.php'),
]);
$this->publishes([
__DIR__ . '/views' => base_path('resources/views/vendor/payulatam'),
]);
}

/**
Expand Down

0 comments on commit 9755387

Please sign in to comment.