diff --git a/src/Command/MakeShareButtons.php b/src/Command/MakeShareButtons.php index d59e135..9f1fa65 100644 --- a/src/Command/MakeShareButtons.php +++ b/src/Command/MakeShareButtons.php @@ -36,7 +36,7 @@ public function handle( $shares = ''; $title = isset($this->params['title']) ? $this->params['title'] : $template['meta_title']; $description = isset($this->params['description']) ? $this->params['description'] : $template['meta_description']; - $site_name = $config->get('streams::distribution.name'); + $site_name = $config->get('app.name'); $data = [ 'url' => $url, diff --git a/src/Command/MakeShareData.php b/src/Command/MakeShareData.php index 8207ead..5ccefca 100644 --- a/src/Command/MakeShareData.php +++ b/src/Command/MakeShareData.php @@ -36,7 +36,7 @@ public function handle( $shares = ''; $title = isset($this->params['title']) ? $this->params['title'] : $template['meta_title']; $description = isset($this->params['description']) ? $this->params['description'] : $template['meta_description']; - $site_name = $config->get('streams::distribution.name'); + $site_name = $config->get('app.name'); $data = [ 'facebook' => [