Use services correctly
mjordan opened this issue · 1 comments
mjordan commented
This module defines two services, but I am not using correctly. Instead of:
use Drupal\islandora_riprap\Riprap\Riprap;
use Drupal\islandora_riprap\Riprap\IslandoraRiprapUtils;
They should be called like this:
$service = \Drupal::service('my.service.id');