Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dragoonis
Created December 1, 2015 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dragoonis/65a5199c113ea9e18354 to your computer and use it in GitHub Desktop.
Save dragoonis/65a5199c113ea9e18354 to your computer and use it in GitHub Desktop.
<?php
namespace PlatesTestModule\Controller;
use PlatesTestModule\Controller\Shared as SharedController;
use Psr\Http\Message\RequestInterface;
class Index extends SharedController
{
public function __invoke(RequestInterface $request)
{
return $this->render('PlatesTestModule:index:index.html.plates');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment