Skip to content
Snippets Groups Projects
Commit 2e4227e2 authored by glomberg's avatar glomberg
Browse files

Fix. Code. DB: getting prefix fixed.

parent be3dac89
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ class Db extends \Cleantalk\Common\Db\Db
*/
protected function init()
{
$this->prefix = \Drupal::service('database')->tablePrefix();
$this->prefix = \Drupal::service('database')->getPrefix();
}
/**
......
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