Skip to content

Commit

Permalink
Remove constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Dec 11, 2011
1 parent 7131f84 commit a6bef6a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/Doctrine/DBAL/Event/SchemaEventArgs.php
Expand Up @@ -36,14 +36,6 @@ class SchemaEventArgs extends EventArgs
*/
private $_preventDefault = false;

/**
* @param Table $table
*/
public function __construct(Table $table)
{
$this->_table = $table;
}

/**
* @return SchemaEventArgs
*/
Expand Down

0 comments on commit a6bef6a

Please sign in to comment.