Skip to content

Commit

Permalink
Removing deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
robmorgan committed Jan 13, 2012
1 parent 7b1452c commit 9f117c5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Phinx/Db/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,16 +155,6 @@ public function exists()
return $this->getAdapter()->hasTable($this->getName());
}

/**
* Create a database table.
*
* @param string $tableName Table Name
* @return void
*/
protected function createTable($tableName)
{
}

/**
* Drops the database table.
*
Expand Down

0 comments on commit 9f117c5

Please sign in to comment.