Skip to content
Snippets Groups Projects
Unverified Commit d994bca8 authored by Hussain Abbas's avatar Hussain Abbas
Browse files

Issue #3394977: Deprecation error in DOComputedFields

parent fb701722
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,13 @@ use Drupal\Core\TypedData\TypedDataInterface;
*/
class DOComputedFields extends TypedData {
/**
* The user service.
*
* @var \Drupal\do_username\DOUserInfoRetriever
*/
protected $doUserService;
/**
* {@inheritdoc}
*/
......
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