-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
i found: Class 'ServiceFactory' not found
my code:
require_once('org/nameapi/client/services/ServiceFactory.php');
use org\nameapi\ontology\input\context\Context;
use org\nameapi\ontology\input\context\Priority;
$context = Context::builder()
->place('US')
->priority(Priority::REALTIME())
->build();
$serviceFactory = new ServiceFactory('i put here my key prefix and suffix properly with hiphen',$context);
Metadata
Metadata
Assignees
Labels
No labels