Skip to content

Commit

Permalink
Updated Shopify facade reference in webhook validating middleware.
Browse files Browse the repository at this point in the history
  • Loading branch information
telkins committed Mar 1, 2018
1 parent b5d6b29 commit 4c11c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Middleware/ValidateWebhook.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Signifly\Shopify\Laravel\Http\Middleware;

use Closure;
use Facades\Signifly\Shopify\Shopify;
use Signifly\Shopify\Laravel\Support\Facades\Shopify;
use Signifly\Shopify\Laravel\Exceptions\WebhookFailed;

class ValidateWebhook
Expand Down

0 comments on commit 4c11c5f

Please sign in to comment.