Jhonatan Bianchi

Results 8 comments of Jhonatan Bianchi

Anyone knows another image we can use meanwhile?

I'm having the same problem. The database fields are not written. I use docker **Versions:** ide-helper Version: 2.10 **Lumen** Version: 8.3.1 PHP Version: 8.0.0 Postgre Version: 12 doctrine/dbal: 2.13.4 I'm...

Just found out that if I comment the explode line, it works: ``` public function getPropertiesFromTable($model) { $table = $model->getConnection()->getTablePrefix() . $model->getTable(); $schema = $model->getConnection()->getDoctrineSchemaManager(); $databasePlatform = $schema->getDatabasePlatform(); $databasePlatform->registerDoctrineTypeMapping('enum', 'string');...

Também tenho necessidade de customizar o template. Meu cliente quer que na impressão saiam duas fichas de compensação do mesmo boleto, uma para ficar com o pagador. Acredito que o...

I tried that with softRemove but oldValue and newValue are always the same for my DeleteDateColumn > Is there a workarround for this @pleerock ? > > I needed this,...