Notice: Undefined variable: namespace in /home/luxurytr/public_html/lt8/vendor/craftcms/cms/src/updates/migration.php.template on line 22
;
use Craft;
use craft\db\Migration;
/**
*
Notice: Undefined variable: className in /home/luxurytr/public_html/lt8/vendor/craftcms/cms/src/updates/migration.php.template on line 28
migration.
*/
class
Notice: Undefined variable: className in /home/luxurytr/public_html/lt8/vendor/craftcms/cms/src/updates/migration.php.template on line 30
extends Migration
{
/**
* @inheritdoc
*/
public function safeUp()
{
Notice: Undefined variable: isInstall in /home/luxurytr/public_html/lt8/vendor/craftcms/cms/src/updates/migration.php.template on line 37
// Place migration code here...
}
/**
* @inheritdoc
*/
public function safeDown()
{
Notice: Undefined variable: isInstall in /home/luxurytr/public_html/lt8/vendor/craftcms/cms/src/updates/migration.php.template on line 49
echo "
Notice: Undefined variable: className in /home/luxurytr/public_html/lt8/vendor/craftcms/cms/src/updates/migration.php.template on line 52
cannot be reverted.\n";
return false;
}
}