Skip to content

Commit

Permalink
Fix views
Browse files Browse the repository at this point in the history
  • Loading branch information
felixgilles committed Jan 17, 2024
1 parent cb38eaf commit e394cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelMetaServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function boot()
$this->publishes([__DIR__.'/../resources/views' => resource_path('views/vendor/laravel-meta')]);
$this->publishes([__DIR__.'/../lang' => $this->app->langPath('vendor/laravel-meta')]);

$this->loadViewsFrom(__DIR__.'/resources/views', 'laravel-meta');
$this->loadViewsFrom(__DIR__.'/../resources/views', 'laravel-meta');
$this->loadTranslationsFrom(__DIR__.'/../lang', 'laravel-meta');

$this->configureMacros();
Expand Down

0 comments on commit e394cba

Please sign in to comment.