Skip to content

Commit

Permalink
Don't load removed views (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobWez98 authored Sep 26, 2024
1 parent a265182 commit 80e0566
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/RapidezStatamicServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ public function bootRoutes() : self
public function bootViews() : self
{
$this->loadViewsFrom(__DIR__.'/../resources/views', 'rapidez-statamic');
$this->loadViewsFrom(__DIR__.'/../resources/views/vendor/responsive-images', 'responsive-images');

return $this;
}
Expand Down

0 comments on commit 80e0566

Please sign in to comment.