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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user