From 3ffba967f2c5cb231ba3056514a47a569b40f830 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Tue, 15 Jun 2021 15:50:22 +0100 Subject: [PATCH] Fixed path to CRUD plugin no issue - I renamed this just before pushing the previous commits but forgot to update it here --- core/server/models/base/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/server/models/base/index.js b/core/server/models/base/index.js index 83bbd7b02c..4986ca729b 100644 --- a/core/server/models/base/index.js +++ b/core/server/models/base/index.js @@ -68,7 +68,7 @@ ghostBookshelf.plugin(plugins.collision); // Load hasPosts plugin for authors models ghostBookshelf.plugin(plugins.hasPosts); -ghostBookshelf.plugin(require('./bookshelf-crud')); +ghostBookshelf.plugin(require('./crud')); // Manages nested updates (relationships) ghostBookshelf.plugin('bookshelf-relations', {