Skip to content

Commit

Permalink
Make serve method private instead of public
Browse files Browse the repository at this point in the history
  • Loading branch information
frozzare committed Mar 13, 2016
1 parent 5e96f1c commit 056c5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/class-wp-glide.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function handle_endpoint() {
/**
* Serve images.
*/
public function serve() {
private function serve() {
$base = $this->base_url;
$url = $_SERVER['REQUEST_URI'];
$url = parse_url( $url );
Expand Down

0 comments on commit 056c5fc

Please sign in to comment.