diff --git a/app/Repositories/Shop/Contents.php b/app/Repositories/Shop/Contents.php index 4657a70f..882f259a 100644 --- a/app/Repositories/Shop/Contents.php +++ b/app/Repositories/Shop/Contents.php @@ -16,7 +16,7 @@ class Contents return $model ? $model->text : ''; } - public static function getContent() + public static function getHomepage() { return self::get(1)->text ?? ''; }