- Issue created by @pefferen
While installing 13.0.0-alpha22 when running the database updates, an exception occurs.
php.ERROR: TypeError: Drupal\activity_creator\Commands\CleanUpActivitiesDrushCommands::__construct(): Argument #3 ($loggerChannelFactory) must be of type Drupal\Core\Logger\LoggerChannelFactory, Drupal\monolog\Logger\MonologLoggerChannelFactory given in Drupal\activity_creator\Commands\CleanUpActivitiesDrushCommands->__construct() (line 83 of /var/www/clients/client1/web5/web/community/web/profiles/contrib/social/modules/custom/activity_creator/src/Commands/CleanUpActivitiesDrushCommands.php)
Not rely on contrete class Drupal\Core\Logger\LoggerChannelFactory
but instead the interface Drupal\Core\Logger\LoggerChannelFactoryInterface
Replace said reference.
Active
13.0
Code (back-end)