Skip to content

Commit c7e14ef

Browse files
fix
1 parent bd2afa4 commit c7e14ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Photo.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function getArray()
6262

6363
public function get()
6464
{
65-
return $this->response;;
65+
return $this->response;
6666
}
6767

6868
public function getURL($width = 1600, $height = 900)

0 commit comments

Comments
 (0)