Skip to content

Commit

Permalink
Merge pull request #29 from bilfeldt/features/publish-view-tag
Browse files Browse the repository at this point in the history
Update FlashMessageServiceProvider.php
  • Loading branch information
bilfeldt committed Dec 23, 2022
2 parents 7484a5f + 19498b9 commit 1152000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FlashMessageServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function boot()

$this->publishes([
__DIR__.'/../resources/views' => resource_path('views/vendor/'.self::VIEW_COMPONENT_NAMESPACE),
]);
], 'flash-views');

Blade::componentNamespace('Bilfeldt\\LaravelFlashMessage\\View\\Components', self::VIEW_COMPONENT_NAMESPACE);

Expand Down

0 comments on commit 1152000

Please sign in to comment.