Skip to content

Commit

Permalink
static call
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala committed Nov 22, 2021
1 parent 7cab752 commit d5179cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helpers/SubsiteHelper.php
Expand Up @@ -232,7 +232,7 @@ public static function withSubsites($cb, $includeMainSite = true)
SubsiteState::singleton()->setSubsiteId($currentID);
}

public function SiteConfig($SubsiteID = 0)
public static function SiteConfig($SubsiteID = 0)
{
if (!$SubsiteID) {
$SubsiteID = self::currentSubsiteID();
Expand Down

0 comments on commit d5179cd

Please sign in to comment.