Skip to content

Commit

Permalink
Confilict fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yedincisenol committed Aug 10, 2018
1 parent 4305582 commit 1289efe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions src/Vision.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

class Vision extends VisionClient
{
<<<<<<< HEAD
public function annotate(Image $image, array $options = [])
{
if (!key_exists('api_key', $options)) {
Expand All @@ -17,6 +16,3 @@ public function annotate(Image $image, array $options = [])
return parent::annotate($image, $options);
}
}
=======
}
>>>>>>> 16b2f98206c5c73f86b31d9dafaaf8840567c3cf
7 changes: 1 addition & 6 deletions src/config.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
<?php

return [
<<<<<<< HEAD
'credentials_path' => env('VISION_CREDENTIALS_PATH'),
'api_key' => env('VISION_API_KEY')
];
=======
'credentials_path' => env('VISION_CREDENTIALS_PATH'),
];
>>>>>>> 16b2f98206c5c73f86b31d9dafaaf8840567c3cf
];

0 comments on commit 1289efe

Please sign in to comment.