Skip to content

Commit 8a6c4e9

Browse files
committed
Fix missing import
1 parent 14e702b commit 8a6c4e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Laravel/ServiceProvider.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
use Psr\Http\Message\RequestFactoryInterface;
77
use Psr\Http\Message\UriFactoryInterface;
88
use Scriptotek\Alma\Client as AlmaClient;
9+
use Scriptotek\Alma\Zones;
910
use Scriptotek\Sru\Client as SruClient;
1011

1112
class ServiceProvider extends \Illuminate\Support\ServiceProvider

0 commit comments

Comments
 (0)