Skip to content

Commit

Permalink
Update ApiNames.php
Browse files Browse the repository at this point in the history
Add SerpApi, Bing Scrape and FCR media
  • Loading branch information
andywaite authored Jun 18, 2019
1 parent 9bb3bf1 commit 08b5546
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ApiNames.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ abstract class ApiNames
const YEXT = 'yext';
const HYDRA = 'hydra';
const HERE = 'here';
const SERP_API = 'serpapi';
const BING_SCRAPE = 'bing scrape';
const FCR_MEDIA = 'fcr media';

final private function __construct()
{
}
}
}

0 comments on commit 08b5546

Please sign in to comment.