Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jul 22, 2024
1 parent 2d749ab commit 5605e5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/AmastyAutomaticRelatedProductsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function boot()

public function bootRoutes(): self
{
$this->loadRoutesFrom(__DIR__ . '/../routes/api.php');
$this->loadRoutesFrom(__DIR__.'/../routes/api.php');

return $this;
}
Expand Down
1 change: 0 additions & 1 deletion src/Http/Controllers/AmastyCrossSellController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Rapidez\AmastyAutomaticRelatedProducts\Http\Controllers;


use Illuminate\Http\Request;
use Rapidez\AmastyAutomaticRelatedProducts\Models\AmastyCrossSells;

Expand Down

0 comments on commit 5605e5b

Please sign in to comment.