Skip to content

Commit c574f94

Browse files
authored
Fix by adding missing import
1 parent ef7c5f9 commit c574f94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Middleware/Version/Bind.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
use Closure;
77
use Illuminate\Http\Request;
88
use Illuminate\Container\Container;
9+
use Illuminate\Support\Collection;
910
use ReindertVetter\ApiVersionControl\Concerns\CacheableVersion;
1011
use Illuminate\Http\Resources\Json\JsonResource;
1112

0 commit comments

Comments
 (0)