diff --git a/dist/.ddev/config.wunderio.yaml b/dist/.ddev/config.wunderio.yaml index 32226ed..9735ce0 100644 --- a/dist/.ddev/config.wunderio.yaml +++ b/dist/.ddev/config.wunderio.yaml @@ -1,6 +1,8 @@ hooks: post-import-db: - exec: "/var/www/html/.ddev/wunderio/core/_run-scripts.sh hooks-db-post-import.sh" + post-restore-snapshot: + - exec: "/var/www/html/.ddev/wunderio/core/_run-scripts.sh hooks-db-post-import.sh" post-start: # Build hook workaround to run composer install on first start. # @todo We could potentially make this more like lando build hook by creating tmp files.