Completed
Push — master ( 6340f0...0469e5 )
by Glynn
29s queued 26s
created
src/Migration.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,8 +27,8 @@
 block discarded – undo
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
 	/**
Please login to merge, or discard this patch.