mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-13 21:26:28 +02:00
[feature/migrations] Make depends_on static to call it without dependencies
PHPBB3-11318
This commit is contained in:
@ -78,7 +78,7 @@ abstract class phpbb_db_migration
|
|||||||
*
|
*
|
||||||
* @return array An array of migration class names
|
* @return array An array of migration class names
|
||||||
*/
|
*/
|
||||||
public function depends_on()
|
static public function depends_on()
|
||||||
{
|
{
|
||||||
return array();
|
return array();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user