Skip to content

Instantly share code, notes, and snippets.

@matthewfitz
Created June 22, 2010 19:29
Show Gist options
  • Save matthewfitz/448940 to your computer and use it in GitHub Desktop.
Save matthewfitz/448940 to your computer and use it in GitHub Desktop.
<?php
namespace Application\AccountsBundle\Listeners;
use OpenSky\IdentityBundle\Listeners\IdentityListener as BaseIdentityListener;
class IdentityListener extends BaseIdentityListener
{
public function getReferencesToIgnore()
{
return array('yourMom');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment