Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
StyleCI change
Browse files Browse the repository at this point in the history
  • Loading branch information
tuimz authored Oct 17, 2018
1 parent a015f6a commit be37493
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ShopifyApp/Jobs/AppUninstalledJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ protected function cancelCharge()
protected function findShop()
{
$shopModel = config('shopify-app.shop_model');

return $shopModel::where(['shopify_domain' => $this->shopDomain])->first();
}
}

0 comments on commit be37493

Please sign in to comment.