[feature/migrations] Make depends_on static to call it without dependencies

PHPBB3-11318
This commit is contained in:
Nathan Guse 2013-01-10 22:29:49 -06:00
parent ebfa42455a
commit db4fcab3bb

View file

@ -78,7 +78,7 @@ abstract class phpbb_db_migration
*
* @return array An array of migration class names
*/
public function depends_on()
static public function depends_on()
{
return array();
}