Skip to content

Commit ec64a04

Browse files
committed
Corrected flagsmith domain
1 parent f3dd314 commit ec64a04

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENCE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2018 Flagsmith Ltd (https://flagsmith.io/) and individual contributors.
1+
Copyright (c) 2018 Flagsmith Ltd (https://flagsmith.com/) and individual contributors.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"authors": [
66
{
77
"name": "Ben Rometsch",
8-
"email": "ben.rometsch@flagsmith.io"
8+
"email": "ben.rometsch@flagsmith.com"
99
}
1010
],
1111
"require": {},

src/Flagsmith.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Flagsmith
1010
private $curl;
1111
private $headers = [];
1212

13-
public function __construct($api_key, $url = 'https://api.flagsmith.io/api/v1/')
13+
public function __construct($api_key, $url = 'https://api.flagsmith.com/api/v1/')
1414
{
1515
array_push(
1616
$this->headers,

0 commit comments

Comments
 (0)