mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[feature/migrations] Make depends_on static to call it without dependencies
PHPBB3-11318
This commit is contained in:
parent
ebfa42455a
commit
db4fcab3bb
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue