Skip to content

Commit

Permalink
break up line
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 11, 2017
1 parent 086cede commit 577a9f2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ public static function getGlobalScope($scope)
return Arr::get(static::$globalScopes, static::class.'.'.$scope);
}

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

/**
Expand Down

0 comments on commit 577a9f2

Please sign in to comment.