Skip to content

Commit

Permalink
update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterRO94 committed Aug 14, 2017
1 parent 6a03374 commit e4776e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FlashMessagesServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class FlashMessagesServiceProvider extends ServiceProvider
public function boot()
{
$this->mergeConfigFrom(
__DIR__ . '/resources/flash-messages.php', 'flash-messages'
__DIR__ . '/config/flash-messages.php', 'flash-messages'
);

$this->loadViewsFrom(__DIR__ . '/resources/views', 'flash-messages');
Expand Down

0 comments on commit e4776e4

Please sign in to comment.