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

Commit

Permalink
Adjustment to observer to be loose checking
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikyt committed Nov 15, 2018
1 parent a00103b commit 72b7963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ShopifyApp/Observers/ShopObserver.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ShopObserver
*
* @return void
*/
public function creating(object $shop)
public function creating($shop)
{
if (!isset($shop->namespace)) {
// Automatically add the current namespace to new records
Expand Down

0 comments on commit 72b7963

Please sign in to comment.