0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

Fixed path to CRUD plugin

no issue

- I renamed this just before pushing the previous commits but forgot to
  update it here
This commit is contained in:
Daniel Lockyer 2021-06-15 15:50:22 +01:00
parent c86ac27dcf
commit 3ffba967f2
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

@ -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', {