Upgrade to 3.2.0
This commit is contained in:
@@ -3,11 +3,16 @@
|
||||
namespace Kirby\Form;
|
||||
|
||||
use Closure;
|
||||
use Kirby\Exception\InvalidArgumentException;
|
||||
use Kirby\Toolkit\Collection;
|
||||
|
||||
/**
|
||||
* A collection of Field objects
|
||||
*
|
||||
* @package Kirby Form
|
||||
* @author Bastian Allgeier <bastian@getkirby.com>
|
||||
* @link https://getkirby.com
|
||||
* @copyright Bastian Allgeier GmbH
|
||||
* @license https://opensource.org/licenses/MIT
|
||||
*/
|
||||
class Fields extends Collection
|
||||
{
|
||||
|
Reference in New Issue
Block a user