Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save borisguery/9523975 to your computer and use it in GitHub Desktop.
Save borisguery/9523975 to your computer and use it in GitHub Desktop.
<?php
namespace Shorty\FirstBundle\Repository;
interface ShortenedUrlRepositoryInterface
{
public function findLatestShortenedUrl($itemCount);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment