Merge remote-tracking branch 'origin/cl-1.6.0-16-update-deno' into 1.6.x

# Conflicts:
#	app/config/function-templates.php
#	composer.lock
This commit is contained in:
Jake Barnby
2024-10-10 14:23:50 +13:00
3 changed files with 34 additions and 34 deletions
@@ -18,7 +18,7 @@ class Migration extends Model
])
->addRule('$createdAt', [
'type' => self::TYPE_DATETIME,
'description' => 'Variable creation date in ISO 8601 format.',
'description' => 'Migration creation date in ISO 8601 format.',
'default' => '',
'example' => self::TYPE_DATETIME_EXAMPLE,
])