Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo committed May 14, 2020
1 parent 14e702b commit 8a6c4e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Laravel/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use Psr\Http\Message\RequestFactoryInterface;
use Psr\Http\Message\UriFactoryInterface;
use Scriptotek\Alma\Client as AlmaClient;
use Scriptotek\Alma\Zones;
use Scriptotek\Sru\Client as SruClient;

class ServiceProvider extends \Illuminate\Support\ServiceProvider
Expand Down

0 comments on commit 8a6c4e9

Please sign in to comment.