mirror of
https://github.com/flarum/framework.git
synced 2024-11-27 19:13:37 +08:00
Remove unused default constructor
This commit is contained in:
parent
66404e1f61
commit
b980c6fb7d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user