Removed is_public in Entry edit form

This commit is contained in:
Nicolas Lœuillet
2017-04-13 12:57:31 +02:00
parent 15e4aea678
commit 01736b5a2e
29 changed files with 15 additions and 37 deletions

View File

@ -9,7 +9,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
use Doctrine\DBAL\Migrations\SkipMigrationException;
/**
* Added pocket_consumer_key field on wallabag_config
* Added pocket_consumer_key field on wallabag_config.
*/
class Version20161001072726 extends AbstractMigration implements ContainerAwareInterface
{