@@ -27,8 +27,8 @@ |
||
| 27 | 27 | */ |
| 28 | 28 | public function __construct() { |
| 29 | 29 | $this->table_name = $this->table_name(); |
| 30 | - $this->schema = new Schema( $this->table_name, array( $this, 'schema' ) ); |
|
| 31 | - $this->seed_data = $this->seed( array() ); |
|
| 30 | + $this->schema = new Schema($this->table_name, array($this, 'schema')); |
|
| 31 | + $this->seed_data = $this->seed(array()); |
|
| 32 | 32 | } |
| 33 | 33 | |
| 34 | 34 | /** |