Skip to content

Commit 47aa798

Browse files
Merge pull request #20 from lessevv/hotfix/add-import
Fix by adding missing import
2 parents ef7c5f9 + c574f94 commit 47aa798

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)