Skip to content

Commit

Permalink
removed unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
masitko committed Jun 8, 2024
1 parent b5722b5 commit 479d4bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions app/Services/Avatar/AvatarManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

namespace App\Services\Avatar;

use App\Interfaces\GetAvatarApiDriver;
use Illuminate\Support\Facades\Config;
use Illuminate\Support\Manager;

class AvatarManager extends Manager
{
public function createGiphyDriver(): GetAvatarApiDriver
public function createGiphyDriver(): GiphyDriver
{
return new GiphyDriver();
}
Expand Down
1 change: 0 additions & 1 deletion app/Services/Quotes/QuotesManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace App\Services\Quotes;

use App\Interfaces\GetQuotesApiDriver;
use Illuminate\Support\Facades\Config;
use Illuminate\Support\Manager;

Expand Down

0 comments on commit 479d4bc

Please sign in to comment.