Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Fix phpstan issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjardo committed Oct 26, 2022
1 parent 1471d4e commit 352f05f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ActiveCampaignServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function boot(): void
*
* @return string
*/
protected function getConfigPath()
protected function getConfigPath(): string
{
return config_path('active-campaign.php');
}
Expand All @@ -40,7 +40,7 @@ protected function getConfigPath()
*
* @param string $configPath
*/
protected function publishConfig($configPath)
protected function publishConfig($configPath): void
{
$this->publishes([$configPath => config_path('active-campaign.php')], 'config');
}
Expand Down

0 comments on commit 352f05f

Please sign in to comment.