1
0
Fork 0
mirror of synced 2024-07-01 20:50:49 +12:00

feat: update abuse library

This commit is contained in:
Christy Jacob 2022-08-16 20:47:05 +00:00
parent d2305a7900
commit 11ad9c8dd9

View file

@ -21,11 +21,7 @@ class AttributeDatetime extends Attribute
'type' => self::TYPE_DATETIME,
'description' => 'Attribute type.',
'default' => '',
<<<<<<< HEAD
'example' => self::TYPE_DATETIME,
=======
'example' => self::TYPE_DATETIME_EXAMPLE,
>>>>>>> fd76332aca89626d227d6ea812eb675338558a87
])
->addRule('format', [
'type' => self::TYPE_DATETIME,