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