Newscoop\CommunityTickerBundle\EventListener\LifecycleSubscriber::remove PHP Method

remove() public method

public remove ( GenericEvent $event )
$event Newscoop\EventDispatcher\Events\GenericEvent
    public function remove(GenericEvent $event)
    {
        $tool = new \Doctrine\ORM\Tools\SchemaTool($this->em);
        $tool->dropSchema($this->getClasses(), true);
    }