mirror of
https://github.com/pelican-dev/panel.git
synced 2025-06-26 14:01:08 +02:00
Whoops
This commit is contained in:
parent
5c3f4fccc2
commit
82ecc95e0f
@ -15,12 +15,12 @@ trait CanModifyForm
|
||||
static::$customFormModifications[] = $closure;
|
||||
}
|
||||
|
||||
public static function form(Schema $schema): Schema
|
||||
public static function defaultForm(Schema $schema): Schema
|
||||
{
|
||||
return $schema;
|
||||
}
|
||||
|
||||
public static function defaultForm(Schema $schema): Schema
|
||||
public static function form(Schema $schema): Schema
|
||||
{
|
||||
$schema = static::defaultForm($schema);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user