Commit 300669d1 authored by Jonathan.Wage's avatar Jonathan.Wage

Changed methods to public.

parent 0b6aa395
......@@ -176,7 +176,7 @@ class Doctrine_Migration
*
* @return void
*/
protected function getCurrentVersion()
public function getCurrentVersion()
{
$conn = Doctrine_Manager::connection();
......@@ -192,7 +192,7 @@ class Doctrine_Migration
*
* @return void
*/
protected function hasMigrated()
public function hasMigrated()
{
$conn = Doctrine_Manager::connection();
......@@ -208,7 +208,7 @@ class Doctrine_Migration
*
* @return void
*/
protected function getLatestVersion()
public function getLatestVersion()
{
$this->loadMigrationClasses();
......
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