Skip to content
Snippets Groups Projects
Commit fed42147 authored by Demian Katz's avatar Demian Katz
Browse files

Removed unused init method.

parent d7eda342
Branches
Tags
No related merge requests found
...@@ -44,16 +44,6 @@ class MyResearchController extends AbstractBase ...@@ -44,16 +44,6 @@ class MyResearchController extends AbstractBase
{ {
protected $account; protected $account;
/**
* init
*
* @return void
*/
public function init()
{
$this->getView()->layout()->flashMessenger = $this->flashMessenger();
}
/** /**
* Prepare and direct the home page where it needs to go * Prepare and direct the home page where it needs to go
* *
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment