Skip to content

Commit

Permalink
Fix getGlobalScope
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid committed Jan 11, 2017
1 parent 86cf738 commit 73fe6d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public static function getGlobalScope($scope)
return Arr::get(static::$globalScopes, static::class.'.'.$scope);
}

$scope = get_class($scope);
return Arr::get(static::$globalScopes, static::class.'.'.get_class($scope));
}

/**
Expand Down

0 comments on commit 73fe6d7

Please sign in to comment.