Skip to content

Commit

Permalink
Remove reference to views
Browse files Browse the repository at this point in the history
  • Loading branch information
harmenjanssen committed Dec 3, 2024
1 parent 717ad30 commit 4c73c32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ToolServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class ToolServiceProvider extends ServiceProvider
*/
public function boot()
{
$this->loadViewsFrom(__DIR__ . "/../resources/views", "publish");
$this->loadJsonTranslationsFrom(__DIR__ . "/../resources/lang");

$this->app->booted(function () {
Expand Down

0 comments on commit 4c73c32

Please sign in to comment.