Skip to content

Commit a27b677

Browse files
committed
Fix facade
1 parent 4032c83 commit a27b677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Facades/SruClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ class SruClient extends Facade
1313
*/
1414
protected static function getFacadeAccessor()
1515
{
16-
return 'sru-client';
16+
return \Scriptotek\Sru\Client::class;
1717
}
1818
}

0 commit comments

Comments
 (0)