Loading cmrf_core.install +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ if (!class_exists('\CMRF\PersistenceLayer\SQLPersistingCallFactory')) { require_once dirname(__FILE__) . '/vendor/autoload.php'; } use Drupal\cmrf_core\SQLPersistingCallFactory; use CMRF\PersistenceLayer\SQLPersistingCallFactory; use Drupal\cmrf_core\Entity\CMRFConnector; function cmrf_core_schema() { Loading Loading
cmrf_core.install +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ if (!class_exists('\CMRF\PersistenceLayer\SQLPersistingCallFactory')) { require_once dirname(__FILE__) . '/vendor/autoload.php'; } use Drupal\cmrf_core\SQLPersistingCallFactory; use CMRF\PersistenceLayer\SQLPersistingCallFactory; use Drupal\cmrf_core\Entity\CMRFConnector; function cmrf_core_schema() { Loading