1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-07 13:46:42 +02:00

update CHANGELOG.md

This commit is contained in:
Awilum
2021-09-24 23:26:26 +03:00
parent f49cd9248a
commit 4a16f58c84

View File

@@ -428,7 +428,7 @@
// Set new action entries.create
actions()->set('entries.create', function($id, $data) {
if(registry()->get('database') == 'MySQL') {
// ... create new content in the MySQL database.
// ... create new entry in the MySQL database.
} else {
return entries()->create($id, $data);
}