Fixed: init state

This commit is contained in:
philipp lang 2021-12-16 23:58:36 +01:00
parent 88f618840f
commit 35ceae4169
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class InstagramService extends SocialService {
return json_decode((string) $response->getBody(), true);
}
public function clientId(): string
public function clientId(): ?string
{
return Setting::get('instagram_client_id');
}