Cartalyst\Sentinel\Persistences\IlluminatePersistenceRepository::remove PHP 메소드

remove() 공개 메소드

{@inheritDoc}
public remove ( $code )
    public function remove($code)
    {
        return $this->createModel()->newQuery()->where('code', $code)->delete();
    }