Skip to content

Commit 6700a9a

Browse files
authored
Fix reference to CacheStore
1 parent 2112c8f commit 6700a9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ namespace App\Http\Controllers;
5151

5252
use Illuminate\Http\Request;
5353
use App\Http\Controllers\Controller;
54-
use Webfox\Xero\CacheStore;
54+
use Webfox\Xero\OauthCredentialManager;
5555

5656
class XeroController extends Controller
5757
{
5858

59-
public function index(Request $request, CacheStore $xeroCredentials)
59+
public function index(Request $request, OauthCredentialManager $xeroCredentials)
6060
{
6161
try {
6262
// Check if we've got any stored credentials

0 commit comments

Comments
 (0)