Skip to content

Commit

Permalink
fix to support L8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
lyyka committed Oct 3, 2023
1 parent 28620c6 commit 20d9560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sitemap.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Spatie\Sitemap;

use Illuminate\Contracts\Database\Query\Builder;
use Illuminate\Contracts\Support\Renderable;
use Illuminate\Contracts\Support\Responsable;
use Illuminate\Database\Query\Builder;
use Illuminate\Support\Collection;
use Illuminate\Support\Facades\Response;
use Illuminate\Support\Facades\Storage;
Expand Down

0 comments on commit 20d9560

Please sign in to comment.