Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Page for background-collection #211

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
rename DeveloperToolsController
  • Loading branch information
Blaimi committed May 3, 2016
commit f4ed4a264662a450f06004d4cbe4ac29d183b1ec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Zend\View\Model\ViewModel;
use Zend\Mvc\Controller\AbstractActionController;

class IndexController extends AbstractActionController
class DeveloperToolsController extends AbstractActionController
{
public function indexAction()
{
Expand Down