first
This commit is contained in:
15
app/forms/UserForm.php
Normal file
15
app/forms/UserForm.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Itguild\App\forms;
|
||||
|
||||
use Itguild\Form2\Form;
|
||||
|
||||
class UserForm extends Form
|
||||
{
|
||||
|
||||
public function load(array $arr): void
|
||||
{
|
||||
parent::load($arr);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user