- Issue created by @sudiptadas19
- 🇩🇪Germany jurgenhaas Gottmadingen
Please use the Dev release, not alpha. Things are changing quickly these days.
PHP Fatal error: Declaration of Drupal\bpmn_io\Plugin\modeler_api_modeler\BpmnIo::enable(): Drupal\modeler_api\Plugin\modeler_api_modeler\ModelerInterface must be compatible with Drupal\modeler_api\Plugin\modeler_api_modeler\ModelerBase::enable(Drupal\modeler_api\Plugin\modeler_api_model_owner\ModelOwnerInterface $owner): Drupal\modeler_api\Plugin\modeler_api_modeler\ModelerInterface in /var/www/html/web/modules/contrib/bpmn_io/src/Plugin/modeler_api_modeler/BpmnIo.php on line 310
install modeler_api
composer require 'drupal/modeler_api:^1.0@alpha'
install bmpn_io
composer require 'drupal/bpmn_io:^3.0@alpha'
drush en bpmn_io
drush cr
Need code refactor
Active
3.0
Code
Please use the Dev release, not alpha. Things are changing quickly these days.