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

@ -8,7 +8,7 @@ use Symfony\Component\DependencyInjection\ContainerAwareInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
/**
* Added indexes on wallabag_entry.is_starred and wallabag_entry.is_archived
* Added indexes on wallabag_entry.is_starred and wallabag_entry.is_archived.
*/
class Version20170127093841 extends AbstractMigration implements ContainerAwareInterface
{