Skip to content

Commit

Permalink
pluginName will always be a string
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenckens committed Nov 28, 2024
1 parent 9737532 commit 67a408d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/variables/ScoutVariable.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function algoliaSearchApiKey(): string
return Scout::$plugin->getSettings()->getSearchApiKey();
}

public function getPluginName()
public function getPluginName(): string
{
return Scout::$plugin->getSettings()->pluginName;
}
Expand Down

0 comments on commit 67a408d

Please sign in to comment.