Skip to content

Commit

Permalink
Merge pull request #20 from lessevv/hotfix/add-import
Browse files Browse the repository at this point in the history
Fix by adding missing import
  • Loading branch information
reindert-vetter authored Oct 7, 2024
2 parents ef7c5f9 + c574f94 commit 47aa798
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Middleware/Version/Bind.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use Closure;
use Illuminate\Http\Request;
use Illuminate\Container\Container;
use Illuminate\Support\Collection;
use ReindertVetter\ApiVersionControl\Concerns\CacheableVersion;
use Illuminate\Http\Resources\Json\JsonResource;

Expand Down

0 comments on commit 47aa798

Please sign in to comment.