* you can add to problem entity field, which is described in error onDelete="set null"
* or deny to purge your database, add to your command key --append.
* or deny to purge your database, add to your command key --append.
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 { position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px; } @media (min-width: 320px) { .col-md-15 { width: 20%; float: left; } }
And use it like this:
<div class="col-md-15 col-sm-3"> ... </div>
protected function configureFormFields(FormMapper $formMapper) {$formMapper
->add('lang', 'choice', [ 'expanded' => true, 'choices' => [ '0' => 'LV', '1' => 'RU', '2' => 'EN' ]]);
}