GetDKAN / dkan2

Deprecated: please use the 2.x branch of the dkan repo
https://github.com/GetDKAN/dkan
GNU General Public License v2.0
18 stars 16 forks source link

Fix missing class name #383

Closed thierrydallacroce closed 4 years ago

thierrydallacroce commented 4 years ago

Noticed the following error while running drush dkan-datastore:drop <UUID>:

 [error]  Error: Class 'Drupal\dkan_datastore\ValueReferencer' not found in
Drupal\dkan_datastore\Drush->drop() (line 139 of
docroot/profiles/contrib/dkan2/modules/custom/dkan_datastore/src/Drush.php)
#0 [internal function]: Drupal\dkan_datastore\Drush->drop('<UUID>', Array)

This PR should address the issue