Skip to content
Snippets Groups Projects
Commit 9c2f1f9b authored by David Segesvári's avatar David Segesvári Committed by Matthew Grasmick
Browse files

Issue #3298658 by segi: Module isn't working with 9.4

parent 774d0b63
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ use Drupal\Component\Utility\Xss;
use Drupal\Core\Controller\ControllerBase;
use Drupal\user\UserInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Drupal\mysql\Driver\Database\mysql\Connection;
use Drupal\Core\Database\Connection;
use Drupal\Core\Config\ConfigFactoryInterface;
/**
......@@ -15,9 +15,9 @@ use Drupal\Core\Config\ConfigFactoryInterface;
class AchievementsController extends ControllerBase {
/**
* Drupal\mysql\Driver\Database\mysql\Connection definition.
* Drupal\Core\Database\Connection definition.
*
* @var \Drupal\mysql\Driver\Database\mysql\Connection
* @var \Drupal\Core\Database\Connection
*/
protected $database;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment