File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22
33namespace Drupal \entity_activity_tracker ;
44
5- use Drupal \Core \ Database \ Driver \mysql \Connection ;
5+ use Drupal \mysql \ Driver \ Database \mysql \Connection ;
66use Drupal \Core \Entity \ContentEntityInterface ;
77use Drupal \Component \Datetime \TimeInterface ;
88use Drupal \Core \Database \Query \SelectInterface ;
1414class ActivityRecordStorage implements ActivityRecordStorageInterface {
1515
1616 /**
17- * Drupal\Core\Database\ Driver\mysql\Connection definition.
17+ * Drupal\mysql\ Driver\Database \mysql\Connection definition.
1818 *
19- * @var \Drupal\Core\Database\ Driver\mysql\Connection
19+ * @var \Drupal\mysql\ Driver\Database \mysql\Connection
2020 */
2121 protected $ database ;
2222
@@ -37,7 +37,7 @@ class ActivityRecordStorage implements ActivityRecordStorageInterface {
3737 /**
3838 * Constructs a new ActivityRecordStorage object.
3939 *
40- * @param \Drupal\Core \Database\Driver\mysql\Connection $database
40+ * @param \Drupal\mysql \Database\Driver\mysql\Connection $database
4141 * The active database connection.
4242 * @param \Drupal\Component\Datetime\TimeInterface $date_time
4343 * The time service.
Original file line number Diff line number Diff line change 44
55use Drupal \Core \Config \ImmutableConfig ;
66use Drupal \Core \Controller \ControllerBase ;
7- use Drupal \Core \ Database \ Driver \mysql \Connection ;
7+ use Drupal \mysql \ Driver \ Database \mysql \Connection ;
88use Symfony \Component \HttpFoundation \Response ;
99use Symfony \Component \DependencyInjection \ContainerInterface ;
1010use Symfony \Component \HttpFoundation \ResponseHeaderBag ;
1515class ExportActivityRecordsController extends ControllerBase {
1616
1717 /**
18- * Drupal\Core\Database\ Driver\mysql\Connection definition.
18+ * Drupal\mysql\ Driver\Database \mysql\Connection definition.
1919 *
20- * @var \Drupal\Core\Database\ Driver\mysql\Connection
20+ * @var \Drupal\mysql\ Driver\Database \mysql\Connection
2121 */
2222 protected $ database ;
2323
@@ -31,7 +31,7 @@ class ExportActivityRecordsController extends ControllerBase {
3131 /**
3232 * Constructs a new GroupMembershipController.
3333 *
34- * @param \Drupal\Core\Database\ Driver\mysql\Connection $database
34+ * @param \Drupal\mysql\ Driver\Database \mysql\Connection $database
3535 * The active database connection.
3636 * @param \Drupal\Core\Config\ImmutableConfig $filesystem_settings
3737 * The 'system.file' config.
You can’t perform that action at this time.
0 commit comments