Файл: concrete5.7.5.6/concrete/src/Updater/Migrations/Migrations/Version20150619000000.php
Строк: 20
<?php
namespace ConcreteCoreUpdaterMigrationsMigrations;
use ConcreteCorePageStackStackList;
use DoctrineDBALMigrationsAbstractMigration;
use DoctrineDBALSchemaSchema;
class Version20150619000000 extends AbstractMigration
{
public function up(Schema $schema)
{
ConcreteCoreDatabaseSchemaSchema::refreshCoreXMLSchema(array(
'AreaLayouts',
'AreaLayoutsUsingPresets'
));
}
public function down(Schema $schema)
{
}
}