Skip to content

Commit

Permalink
Merge pull request #1543 from tripal/tv4g0-issue1520-php8.2-deprecati…
Browse files Browse the repository at this point in the history
…ons-3

Issue 1520 fix deprecated dynamic property
  • Loading branch information
laceysanderson committed Jun 9, 2023
2 parents 7ee866f + b5cf084 commit 34e9b5d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tripal_chado/src/Plugin/TripalIdSpace/ChadoIdSpace.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ class ChadoIdSpace extends TripalIdSpaceBase implements ContainerFactoryPluginIn
*/
protected $messageLogger = NULL;

/**
* The database connection for querying Chado.
*
* @var Drupal\tripal_chado\Database\ChadoConnection
*/
protected $connection;

/**
* A simple boolean to prevent Chado queries if the ID space isn't valid.
*
Expand Down

0 comments on commit 34e9b5d

Please sign in to comment.