D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
aramrprl
/
www
/
wp-content
/
plugins
/
elementor
/
core
/
database
/
Filename :
base-migration.php
back
Copy
<?php namespace Elementor\Core\Database; abstract class Base_Migration { /** * Runs when upgrading the database * * @return void */ abstract public function up(); }