Skip to content

Commit

Permalink
fix: format code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Sep 30, 2024
1 parent 503b410 commit 80a06f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/HasLike.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
trait HasLike
{
use InteractionRelationship;
use LikeScopes;
use LikeCount;
use LikeScopes;
}
2 changes: 1 addition & 1 deletion src/HasLove.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
trait HasLove
{
use InteractionRelationship;
use LoveScope;
use LoveCount;
use LoveScope;
}
8 changes: 0 additions & 8 deletions src/Providers/LikeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ class LikeServiceProvider extends ServiceProvider
{
/**
* Bootstrap services.
*
* @return void
*/
public function boot(): void
{
Expand All @@ -18,8 +16,6 @@ public function boot(): void

/**
* Register services.
*
* @return void
*/
public function register(): void
{
Expand All @@ -38,8 +34,6 @@ public function provides(): ?array

/**
* Register configs.
*
* @return void
*/
protected function registerConfigs(): void
{
Expand All @@ -49,8 +43,6 @@ protected function registerConfigs(): void

/**
* Register assets publishing.
*
* @return void
*/
public function registerAssetsPublishing(): void
{
Expand Down

0 comments on commit 80a06f9

Please sign in to comment.