mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 15:02:34 +00:00
#591 - sites [wip]
This commit is contained in:
@ -13,6 +13,8 @@ abstract class AbstractSiteType implements SiteType
|
||||
{
|
||||
public function __construct(protected Site $site) {}
|
||||
|
||||
abstract public static function make(): self;
|
||||
|
||||
public function createRules(array $input): array
|
||||
{
|
||||
return [];
|
||||
@ -28,11 +30,6 @@ public function data(array $input): array
|
||||
return [];
|
||||
}
|
||||
|
||||
public function editRules(array $input): array
|
||||
{
|
||||
return $this->createRules($input);
|
||||
}
|
||||
|
||||
public function baseCommands(): array
|
||||
{
|
||||
return [];
|
||||
|
Reference in New Issue
Block a user