Commit a6bef6a3 authored by Jan Sorgalla's avatar Jan Sorgalla

Remove constructor

parent 7131f844
...@@ -36,14 +36,6 @@ class SchemaEventArgs extends EventArgs ...@@ -36,14 +36,6 @@ class SchemaEventArgs extends EventArgs
*/ */
private $_preventDefault = false; private $_preventDefault = false;
/**
* @param Table $table
*/
public function __construct(Table $table)
{
$this->_table = $table;
}
/** /**
* @return SchemaEventArgs * @return SchemaEventArgs
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment