Skip to content

Commit

Permalink
fix composer
Browse files Browse the repository at this point in the history
  • Loading branch information
sashagm committed Sep 11, 2024
1 parent e790c89 commit c0f6fc1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Providers/SocialServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ class SocialServiceProvider extends ServiceProvider
public function register(): void
{
//

$this->publishFiles();
}

/**
Expand All @@ -29,7 +31,6 @@ public function register(): void

public function boot()
{
$this->publishFiles();

$this->registerRouter();

Expand Down Expand Up @@ -88,4 +89,4 @@ protected function loadBlade()

$this->blade_btn();
}
}
}

0 comments on commit c0f6fc1

Please sign in to comment.