diff --git a/src/AmastyAutomaticRelatedProductsServiceProvider.php b/src/AmastyAutomaticRelatedProductsServiceProvider.php index 497648c..cdf9b3f 100644 --- a/src/AmastyAutomaticRelatedProductsServiceProvider.php +++ b/src/AmastyAutomaticRelatedProductsServiceProvider.php @@ -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; } diff --git a/src/Http/Controllers/AmastyCrossSellController.php b/src/Http/Controllers/AmastyCrossSellController.php index 52b1e2e..03e9e62 100644 --- a/src/Http/Controllers/AmastyCrossSellController.php +++ b/src/Http/Controllers/AmastyCrossSellController.php @@ -2,7 +2,6 @@ namespace Rapidez\AmastyAutomaticRelatedProducts\Http\Controllers; - use Illuminate\Http\Request; use Rapidez\AmastyAutomaticRelatedProducts\Models\AmastyCrossSells;