Fixed: init state
This commit is contained in:
parent
88f618840f
commit
35ceae4169
|
@ -78,7 +78,7 @@ class InstagramService extends SocialService {
|
||||||
return json_decode((string) $response->getBody(), true);
|
return json_decode((string) $response->getBody(), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function clientId(): string
|
public function clientId(): ?string
|
||||||
{
|
{
|
||||||
return Setting::get('instagram_client_id');
|
return Setting::get('instagram_client_id');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue