Skip to content

Commit

Permalink
Fix loadViewsFrom
Browse files Browse the repository at this point in the history
  • Loading branch information
Jubeki committed Mar 18, 2022
1 parent c6c3c29 commit 4192903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AlpineAnimationsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ class AlpineAnimationsServiceProvider extends BaseServiceProvider
{
public function boot()
{
$this->loadViewsFrom(__DIR__.'/../resources', 'alpine-animations');
$this->loadViewsFrom(__DIR__.'/../resources/views', 'alpine-animations');
}
}

0 comments on commit 4192903

Please sign in to comment.