Skip to content

Commit

Permalink
Merge pull request #163 from shaunluedeke/patch-1
Browse files Browse the repository at this point in the history
Bug Fix for Embed
  • Loading branch information
mauricewijnia committed Jul 28, 2022
2 parents 2f902c3 + d32b683 commit 5b95e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Services/OEmbedService.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace VanOns\Laraberg\Services;

use Cache;
use Http;
use Illuminate\Support\Facades\Cache;
use Illuminate\Support\Facades\Http;
use Illuminate\Support\Arr;
use VanOns\Laraberg\Exceptions\OEmbedFetchException;

Expand Down

0 comments on commit 5b95e11

Please sign in to comment.