diff --git a/framework/core/src/Foundation/Site.php b/framework/core/src/Foundation/Site.php index 04d6eddfa..1a45d55c8 100644 --- a/framework/core/src/Foundation/Site.php +++ b/framework/core/src/Foundation/Site.php @@ -16,15 +16,6 @@ use RuntimeException; class Site { - public static function fromDefaultBase($basePath) - { - return static::fromPaths([ - 'base' => $basePath, - 'public' => "$basePath/public", - 'storage' => "$basePath/storage", - ]); - } - /** * @param array $paths * @return SiteInterface