Skip to content

Commit

Permalink
add facade
Browse files Browse the repository at this point in the history
  • Loading branch information
zoranbogoevski committed Mar 7, 2024
1 parent a045b1a commit e4b0238
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/RssFeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
use Kalimeromk\Rssfeed\Exceptions\CantOpenFileFromUrlException;
use Kalimeromk\Rssfeed\Helpers\UrlUploadedFile;
use SimpleXMLElement;
use Illuminate\Support\Log;

use Illuminate\Support\Facades\Log;
class RssFeed implements ShouldQueue
{
use Dispatchable;
Expand Down

0 comments on commit e4b0238

Please sign in to comment.