1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-13 13:16:36 +02:00

[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();
}