Skip to content
Snippets Groups Projects
Commit 424bc667 authored by Sadashiv Dalvi's avatar Sadashiv Dalvi
Browse files

Fixing fatal error with migration

parent 13355ef5
Branches
Tags 8.x-1.0-beta1
No related merge requests found
......@@ -21,34 +21,6 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
*/
class ForumAccess extends Table {
/**
* The name of the destination table.
*
* @var string
*/
protected $tableName;
/**
* IDMap compatible array of id fields.
*
* @var array
*/
protected $idFields;
/**
* Array of fields present on the destination table.
*
* @var array
*/
protected $fields;
/**
* The database connection.
*
* @var \Drupal\Core\Database\Connection
*/
protected $dbConnection;
/**
* {@inheritdoc}
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment