Skip to content

Commit

Permalink
Update FlashMessageServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bilfeldt committed Dec 22, 2022
1 parent 7484a5f commit 19498b9
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 19498b9

Please sign in to comment.