Skip to content

Instantly share code, notes, and snippets.

@rileyrg
Created September 14, 2017 14:41
Show Gist options
  • Save rileyrg/c818db04b346c89edfc70aec9bddd9ea to your computer and use it in GitHub Desktop.
Save rileyrg/c818db04b346c89edfc70aec9bddd9ea to your computer and use it in GitHub Desktop.
class PersonController extends VollFilmController
{
private $logger;
public function __construct(LoggerInterface $log)
{
$this->logger = $log;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment